public interface FaceFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedBoundingBoxes(int index)
public abstract NormalizedBoundingBox getNormalizedBoundingBoxes(int index)Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
repeated .google.cloud.videointelligence.v1beta2.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBox |
|
getNormalizedBoundingBoxesCount()
public abstract int getNormalizedBoundingBoxesCount()Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
repeated .google.cloud.videointelligence.v1beta2.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNormalizedBoundingBoxesList()
public abstract List<NormalizedBoundingBox> getNormalizedBoundingBoxesList()Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
repeated .google.cloud.videointelligence.v1beta2.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<NormalizedBoundingBox> |
|
getNormalizedBoundingBoxesOrBuilder(int index)
public abstract NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxesOrBuilder(int index)Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
repeated .google.cloud.videointelligence.v1beta2.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBoxOrBuilder |
|
getNormalizedBoundingBoxesOrBuilderList()
public abstract List<? extends NormalizedBoundingBoxOrBuilder> getNormalizedBoundingBoxesOrBuilderList()Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
repeated .google.cloud.videointelligence.v1beta2.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1beta2.NormalizedBoundingBoxOrBuilder> |
|
getTimeOffset()
public abstract Duration getTimeOffset()Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The timeOffset. |
getTimeOffsetOrBuilder()
public abstract DurationOrBuilder getTimeOffsetOrBuilder()Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasTimeOffset()
public abstract boolean hasTimeOffset()Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeOffset field is set. |