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