Interface PersonDetectionAnnotationOrBuilder (2.1.0)

public interface PersonDetectionAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTracks(int index)

public abstract Track getTracks(int index)

The detected tracks of a person.

repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Track

getTracksCount()

public abstract int getTracksCount()

The detected tracks of a person.

repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;

Returns
TypeDescription
int

getTracksList()

public abstract List<Track> getTracksList()

The detected tracks of a person.

repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;

Returns
TypeDescription
List<Track>

getTracksOrBuilder(int index)

public abstract TrackOrBuilder getTracksOrBuilder(int index)

The detected tracks of a person.

repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrackOrBuilder

getTracksOrBuilderList()

public abstract List<? extends TrackOrBuilder> getTracksOrBuilderList()

The detected tracks of a person.

repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 1;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1p3beta1.TrackOrBuilder>