public interface FaceAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFrames(int index)
public abstract FaceFrame getFrames(int index)All video frames where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceFrame frames = 3;
| Name | Description |
| index | int |
| Type | Description |
| FaceFrame |
getFramesCount()
public abstract int getFramesCount()All video frames where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceFrame frames = 3;
| Type | Description |
| int |
getFramesList()
public abstract List<FaceFrame> getFramesList()All video frames where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceFrame frames = 3;
| Type | Description |
| List<FaceFrame> |
getFramesOrBuilder(int index)
public abstract FaceFrameOrBuilder getFramesOrBuilder(int index)All video frames where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceFrame frames = 3;
| Name | Description |
| index | int |
| Type | Description |
| FaceFrameOrBuilder |
getFramesOrBuilderList()
public abstract List<? extends FaceFrameOrBuilder> getFramesOrBuilderList()All video frames where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceFrame frames = 3;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1beta2.FaceFrameOrBuilder> |
getSegments(int index)
public abstract FaceSegment getSegments(int index)All video segments where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceSegment segments = 2;
| Name | Description |
| index | int |
| Type | Description |
| FaceSegment |
getSegmentsCount()
public abstract int getSegmentsCount()All video segments where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceSegment segments = 2;
| Type | Description |
| int |
getSegmentsList()
public abstract List<FaceSegment> getSegmentsList()All video segments where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceSegment segments = 2;
| Type | Description |
| List<FaceSegment> |
getSegmentsOrBuilder(int index)
public abstract FaceSegmentOrBuilder getSegmentsOrBuilder(int index)All video segments where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceSegment segments = 2;
| Name | Description |
| index | int |
| Type | Description |
| FaceSegmentOrBuilder |
getSegmentsOrBuilderList()
public abstract List<? extends FaceSegmentOrBuilder> getSegmentsOrBuilderList()All video segments where a face was detected.
repeated .google.cloud.videointelligence.v1beta2.FaceSegment segments = 2;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1beta2.FaceSegmentOrBuilder> |
getThumbnail()
public abstract ByteString getThumbnail()Thumbnail of a representative face view (in JPEG format).
bytes thumbnail = 1;
| Type | Description |
| ByteString | The thumbnail. |