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 classVideoObjectTrackingPredictionResult.FrameThe fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e.static classVideoObjectTrackingPredictionResult.Frame.BuilderThe 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.FrameOrBuilderVideoObjectTrackingPredictionResult.Builder. getFramesOrBuilder(int index)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameOrBuilderVideoObjectTrackingPredictionResult. getFramesOrBuilder(int index)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameOrBuilderVideoObjectTrackingPredictionResultOrBuilder. 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.
-