Uses of Interface
com.google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.FrameOrBuilder
-
Packages that use VideoObjectTrackingPredictionResult.FrameOrBuilder Package Description com.google.cloud.aiplatform.v1beta1.schema.predict.prediction -
-
Uses of VideoObjectTrackingPredictionResult.FrameOrBuilder in com.google.cloud.aiplatform.v1beta1.schema.predict.prediction
Classes in com.google.cloud.aiplatform.v1beta1.schema.predict.prediction that implement VideoObjectTrackingPredictionResult.FrameOrBuilder Modifier and Type Class Description static class
VideoObjectTrackingPredictionResult.Frame
The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e.static class
VideoObjectTrackingPredictionResult.Frame.Builder
The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e.Methods in com.google.cloud.aiplatform.v1beta1.schema.predict.prediction that return VideoObjectTrackingPredictionResult.FrameOrBuilder Modifier and Type Method Description VideoObjectTrackingPredictionResult.FrameOrBuilder
VideoObjectTrackingPredictionResult.Builder. getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameOrBuilder
VideoObjectTrackingPredictionResult. getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameOrBuilder
VideoObjectTrackingPredictionResultOrBuilder. getFramesOrBuilder(int index)
All of the frames of the video in which a single object instance has been detected.Methods in com.google.cloud.aiplatform.v1beta1.schema.predict.prediction that return types with arguments of type VideoObjectTrackingPredictionResult.FrameOrBuilder Modifier and Type Method Description List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder>
VideoObjectTrackingPredictionResult.Builder. getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been detected.List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder>
VideoObjectTrackingPredictionResult. getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been detected.List<? extends VideoObjectTrackingPredictionResult.FrameOrBuilder>
VideoObjectTrackingPredictionResultOrBuilder. getFramesOrBuilderList()
All of the frames of the video in which a single object instance has been detected.
-