@Deprecated public interface FaceFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NormalizedBoundingBox |
getNormalizedBoundingBoxes(int index)
Deprecated.
Normalized Bounding boxes in a frame.
|
int |
getNormalizedBoundingBoxesCount()
Deprecated.
Normalized Bounding boxes in a frame.
|
List<NormalizedBoundingBox> |
getNormalizedBoundingBoxesList()
Deprecated.
Normalized Bounding boxes in a frame.
|
NormalizedBoundingBoxOrBuilder |
getNormalizedBoundingBoxesOrBuilder(int index)
Deprecated.
Normalized Bounding boxes in a frame.
|
List<? extends NormalizedBoundingBoxOrBuilder> |
getNormalizedBoundingBoxesOrBuilderList()
Deprecated.
Normalized Bounding boxes in a frame.
|
com.google.protobuf.Duration |
getTimeOffset()
Deprecated.
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
com.google.protobuf.DurationOrBuilder |
getTimeOffsetOrBuilder()
Deprecated.
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
boolean |
hasTimeOffset()
Deprecated.
Time-offset, relative to the beginning of the video,
corresponding to the video frame for this location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
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;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.