Uses of Interface
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.FrameOrBuilder
Packages that use VideoObjectTrackingPredictionResult.FrameOrBuilder
-
Uses of VideoObjectTrackingPredictionResult.FrameOrBuilder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Classes in com.google.cloud.aiplatform.v1.schema.predict.prediction that implement VideoObjectTrackingPredictionResult.FrameOrBuilderModifier and TypeClassDescriptionstatic final classThe fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec.static final classThe fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec.Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoObjectTrackingPredictionResult.FrameOrBuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.getFramesOrBuilder(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.getFramesOrBuilder(int index) All of the frames of the video in which a single object instance has been detected.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.v1.schema.predict.prediction that return types with arguments of type VideoObjectTrackingPredictionResult.FrameOrBuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.getFramesOrBuilderList()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.getFramesOrBuilderList()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResultOrBuilder.getFramesOrBuilderList()All of the frames of the video in which a single object instance has been detected.