public interface FaceDetectionAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getThumbnail()
public abstract ByteString getThumbnail()The thumbnail of a person's face.
bytes thumbnail = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The thumbnail. |
getTracks(int index)
public abstract Track getTracks(int index)The face tracks with attributes.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Track |
|
getTracksCount()
public abstract int getTracksCount()The face tracks with attributes.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTracksList()
public abstract List<Track> getTracksList()The face tracks with attributes.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 3;
| Returns | |
|---|---|
| Type | Description |
List<Track> |
|
getTracksOrBuilder(int index)
public abstract TrackOrBuilder getTracksOrBuilder(int index)The face tracks with attributes.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TrackOrBuilder |
|
getTracksOrBuilderList()
public abstract List<? extends TrackOrBuilder> getTracksOrBuilderList()The face tracks with attributes.
repeated .google.cloud.videointelligence.v1p3beta1.Track tracks = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1p3beta1.TrackOrBuilder> |
|