Uses of Interface
com.google.cloud.videointelligence.v1.NormalizedBoundingBoxOrBuilder
-
Packages that use NormalizedBoundingBoxOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of NormalizedBoundingBoxOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement NormalizedBoundingBoxOrBuilder Modifier and Type Class Description class
NormalizedBoundingBox
Normalized bounding box.static class
NormalizedBoundingBox.Builder
Normalized bounding box.Methods in com.google.cloud.videointelligence.v1 that return NormalizedBoundingBoxOrBuilder Modifier and Type Method Description NormalizedBoundingBoxOrBuilder
FaceFrame.Builder. getNormalizedBoundingBoxesOrBuilder(int index)
Normalized Bounding boxes in a frame.NormalizedBoundingBoxOrBuilder
FaceFrame. getNormalizedBoundingBoxesOrBuilder(int index)
Deprecated.Normalized Bounding boxes in a frame.NormalizedBoundingBoxOrBuilder
FaceFrameOrBuilder. getNormalizedBoundingBoxesOrBuilder(int index)
Deprecated.Normalized Bounding boxes in a frame.NormalizedBoundingBoxOrBuilder
ObjectTrackingFrame.Builder. getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.NormalizedBoundingBoxOrBuilder
ObjectTrackingFrame. getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.NormalizedBoundingBoxOrBuilder
ObjectTrackingFrameOrBuilder. getNormalizedBoundingBoxOrBuilder()
The normalized bounding box location of this object track for the frame.NormalizedBoundingBoxOrBuilder
TimestampedObject.Builder. getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.NormalizedBoundingBoxOrBuilder
TimestampedObject. getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.NormalizedBoundingBoxOrBuilder
TimestampedObjectOrBuilder. getNormalizedBoundingBoxOrBuilder()
Normalized Bounding box in a frame, where the object is located.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type NormalizedBoundingBoxOrBuilder Modifier and Type Method Description List<? extends NormalizedBoundingBoxOrBuilder>
FaceFrame.Builder. getNormalizedBoundingBoxesOrBuilderList()
Normalized Bounding boxes in a frame.List<? extends NormalizedBoundingBoxOrBuilder>
FaceFrame. getNormalizedBoundingBoxesOrBuilderList()
Deprecated.Normalized Bounding boxes in a frame.List<? extends NormalizedBoundingBoxOrBuilder>
FaceFrameOrBuilder. getNormalizedBoundingBoxesOrBuilderList()
Deprecated.Normalized Bounding boxes in a frame.
-