Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame.Builder
Packages that use VideoObjectTrackingPredictionResult.Frame.Builder
-
Uses of VideoObjectTrackingPredictionResult.Frame.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoObjectTrackingPredictionResult.Frame.BuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.addFramesBuilder()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.addFramesBuilder(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.clear()VideoObjectTrackingPredictionResult.Frame.Builder.clearTimeOffset()A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.clearXMax()The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.clearXMin()The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.clearYMax()The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.clearYMin()The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Builder.getFramesBuilder(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.mergeFrom(VideoObjectTrackingPredictionResult.Frame other) VideoObjectTrackingPredictionResult.Frame.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.Builder.mergeFrom(com.google.protobuf.Message other) VideoObjectTrackingPredictionResult.Frame.Builder.mergeTimeOffset(com.google.protobuf.Duration value) A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.mergeXMax(com.google.protobuf.FloatValue value) The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.mergeXMin(com.google.protobuf.FloatValue value) The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.mergeYMax(com.google.protobuf.FloatValue value) The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.mergeYMin(com.google.protobuf.FloatValue value) The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.newBuilder()VideoObjectTrackingPredictionResult.Frame.newBuilder(VideoObjectTrackingPredictionResult.Frame prototype) VideoObjectTrackingPredictionResult.Frame.newBuilderForType()VideoObjectTrackingPredictionResult.Frame.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoObjectTrackingPredictionResult.Frame.Builder.setTimeOffset(com.google.protobuf.Duration value) A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.setTimeOffset(com.google.protobuf.Duration.Builder builderForValue) A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder.setXMax(com.google.protobuf.FloatValue value) The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setXMax(com.google.protobuf.FloatValue.Builder builderForValue) The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setXMin(com.google.protobuf.FloatValue value) The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setXMin(com.google.protobuf.FloatValue.Builder builderForValue) The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setYMax(com.google.protobuf.FloatValue value) The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setYMax(com.google.protobuf.FloatValue.Builder builderForValue) The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setYMin(com.google.protobuf.FloatValue value) The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder.setYMin(com.google.protobuf.FloatValue.Builder builderForValue) The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.toBuilder()Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return types with arguments of type VideoObjectTrackingPredictionResult.Frame.BuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.getFramesBuilderList()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 with parameters of type VideoObjectTrackingPredictionResult.Frame.BuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.addFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.addFrames(VideoObjectTrackingPredictionResult.Frame.Builder builderForValue) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.setFrames(int index, VideoObjectTrackingPredictionResult.Frame.Builder builderForValue) All of the frames of the video in which a single object instance has been detected.