Interface FaceFrameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FaceFrame
,FaceFrame.Builder
@Deprecated public interface FaceFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNormalizedBoundingBoxesList
List<NormalizedBoundingBox> getNormalizedBoundingBoxesList()
Deprecated.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;
-
getNormalizedBoundingBoxes
NormalizedBoundingBox getNormalizedBoundingBoxes(int index)
Deprecated.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;
-
getNormalizedBoundingBoxesCount
int getNormalizedBoundingBoxesCount()
Deprecated.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;
-
getNormalizedBoundingBoxesOrBuilderList
List<? extends NormalizedBoundingBoxOrBuilder> getNormalizedBoundingBoxesOrBuilderList()
Deprecated.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;
-
getNormalizedBoundingBoxesOrBuilder
NormalizedBoundingBoxOrBuilder getNormalizedBoundingBoxesOrBuilder(int index)
Deprecated.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;
-
hasTimeOffset
boolean hasTimeOffset()
Deprecated.Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
com.google.protobuf.Duration getTimeOffset()
Deprecated.Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
- Returns:
- The timeOffset.
-
getTimeOffsetOrBuilder
com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
Deprecated.Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
.google.protobuf.Duration time_offset = 2;
-
-