Interface FaceDetectionAnnotationOrBuilder (2.0.27)

public interface FaceDetectionAnnotationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getThumbnail()

public abstract ByteString getThumbnail()

The thumbnail of a person's face.

bytes thumbnail = 4;

Returns
TypeDescription
ByteString

The thumbnail.

getTracks(int index)

public abstract Track getTracks(int index)

The face tracks with attributes.

repeated .google.cloud.videointelligence.v1.Track tracks = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
Track

getTracksCount()

public abstract int getTracksCount()

The face tracks with attributes.

repeated .google.cloud.videointelligence.v1.Track tracks = 3;

Returns
TypeDescription
int

getTracksList()

public abstract List<Track> getTracksList()

The face tracks with attributes.

repeated .google.cloud.videointelligence.v1.Track tracks = 3;

Returns
TypeDescription
List<Track>

getTracksOrBuilder(int index)

public abstract TrackOrBuilder getTracksOrBuilder(int index)

The face tracks with attributes.

repeated .google.cloud.videointelligence.v1.Track tracks = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrackOrBuilder

getTracksOrBuilderList()

public abstract List<? extends TrackOrBuilder> getTracksOrBuilderList()

The face tracks with attributes.

repeated .google.cloud.videointelligence.v1.Track tracks = 3;

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

getVersion()

public abstract String getVersion()

Feature version.

string version = 5;

Returns
TypeDescription
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Feature version.

string version = 5;

Returns
TypeDescription
ByteString

The bytes for version.