public interface FaceFrameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNormalizedBoundingBoxes(int index) (deprecated)
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.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBox |
|
getNormalizedBoundingBoxesCount() (deprecated)
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.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNormalizedBoundingBoxesList() (deprecated)
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.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<NormalizedBoundingBox> |
|
getNormalizedBoundingBoxesOrBuilder(int index) (deprecated)
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.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NormalizedBoundingBoxOrBuilder |
|
getNormalizedBoundingBoxesOrBuilderList() (deprecated)
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.v1.NormalizedBoundingBox normalized_bounding_boxes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.videointelligence.v1.NormalizedBoundingBoxOrBuilder> |
|
getTimeOffset() (deprecated)
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() (deprecated)
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() (deprecated)
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. |