public interface PersonDetectionAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Track |
getTracks(int index)
The detected tracks of a person.
|
int |
getTracksCount()
The detected tracks of a person.
|
List<Track> |
getTracksList()
The detected tracks of a person.
|
TrackOrBuilder |
getTracksOrBuilder(int index)
The detected tracks of a person.
|
List<? extends TrackOrBuilder> |
getTracksOrBuilderList()
The detected tracks of a person.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Track> getTracksList()
The detected tracks of a person.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;Track getTracks(int index)
The detected tracks of a person.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;int getTracksCount()
The detected tracks of a person.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;List<? extends TrackOrBuilder> getTracksOrBuilderList()
The detected tracks of a person.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;TrackOrBuilder getTracksOrBuilder(int index)
The detected tracks of a person.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;Copyright © 2024 Google LLC. All rights reserved.