public interface FaceAnnotationOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FaceLocation |
getLocations(int index)
Face locations at one frame per second.
|
int |
getLocationsCount()
Face locations at one frame per second.
|
java.util.List<FaceLocation> |
getLocationsList()
Face locations at one frame per second.
|
FaceLocationOrBuilder |
getLocationsOrBuilder(int index)
Face locations at one frame per second.
|
java.util.List<? extends FaceLocationOrBuilder> |
getLocationsOrBuilderList()
Face locations at one frame per second.
|
VideoSegment |
getSegments(int index)
All locations where a face was detected.
|
int |
getSegmentsCount()
All locations where a face was detected.
|
java.util.List<VideoSegment> |
getSegmentsList()
All locations where a face was detected.
|
VideoSegmentOrBuilder |
getSegmentsOrBuilder(int index)
All locations where a face was detected.
|
java.util.List<? extends VideoSegmentOrBuilder> |
getSegmentsOrBuilderList()
All locations where a face was detected.
|
java.lang.String |
getThumbnail()
Thumbnail of a representative face view (in JPEG format).
|
ByteString |
getThumbnailBytes()
Thumbnail of a representative face view (in JPEG format).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getThumbnail()
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
string thumbnail = 1;ByteString getThumbnailBytes()
Thumbnail of a representative face view (in JPEG format). Encoding: base64.
string thumbnail = 1;java.util.List<VideoSegment> getSegmentsList()
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;VideoSegment getSegments(int index)
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;int getSegmentsCount()
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;java.util.List<? extends VideoSegmentOrBuilder> getSegmentsOrBuilderList()
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;VideoSegmentOrBuilder getSegmentsOrBuilder(int index)
All locations where a face was detected. Faces are detected and tracked on a per-video basis (as opposed to across multiple videos).
repeated .google.cloud.videointelligence.v1beta1.VideoSegment segments = 2;java.util.List<FaceLocation> getLocationsList()
Face locations at one frame per second.
repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;FaceLocation getLocations(int index)
Face locations at one frame per second.
repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;int getLocationsCount()
Face locations at one frame per second.
repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;java.util.List<? extends FaceLocationOrBuilder> getLocationsOrBuilderList()
Face locations at one frame per second.
repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;FaceLocationOrBuilder getLocationsOrBuilder(int index)
Face locations at one frame per second.
repeated .google.cloud.videointelligence.v1beta1.FaceLocation locations = 3;