public interface PersonDetectionAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTracks(int index)
public abstract Track getTracks(int index)The detected tracks of a person.
repeated .google.cloud.videointelligence.v1.Track tracks = 1;
| Name | Description |
| index | int |
| Type | Description |
| Track |
getTracksCount()
public abstract int getTracksCount()The detected tracks of a person.
repeated .google.cloud.videointelligence.v1.Track tracks = 1;
| Type | Description |
| int |
getTracksList()
public abstract List<Track> getTracksList()The detected tracks of a person.
repeated .google.cloud.videointelligence.v1.Track tracks = 1;
| Type | Description |
| List<Track> |
getTracksOrBuilder(int index)
public abstract TrackOrBuilder getTracksOrBuilder(int index)The detected tracks of a person.
repeated .google.cloud.videointelligence.v1.Track tracks = 1;
| Name | Description |
| index | int |
| Type | Description |
| TrackOrBuilder |
getTracksOrBuilderList()
public abstract List<? extends TrackOrBuilder> getTracksOrBuilderList()The detected tracks of a person.
repeated .google.cloud.videointelligence.v1.Track tracks = 1;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1.TrackOrBuilder> |
getVersion()
public abstract String getVersion()Feature version.
string version = 2;
| Type | Description |
| String | The version. |
getVersionBytes()
public abstract ByteString getVersionBytes()Feature version.
string version = 2;
| Type | Description |
| ByteString | The bytes for version. |