Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame
Packages that use VideoObjectTrackingPredictionResult.Frame
-
Uses of VideoObjectTrackingPredictionResult.Frame in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoObjectTrackingPredictionResult.FrameModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Frame.Builder.build()VideoObjectTrackingPredictionResult.Frame.Builder.buildPartial()VideoObjectTrackingPredictionResult.Frame.getDefaultInstance()VideoObjectTrackingPredictionResult.Frame.Builder.getDefaultInstanceForType()VideoObjectTrackingPredictionResult.Frame.getDefaultInstanceForType()VideoObjectTrackingPredictionResult.Builder.getFrames(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.getFrames(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResultOrBuilder.getFrames(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame.parseDelimitedFrom(InputStream input) VideoObjectTrackingPredictionResult.Frame.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.parseFrom(byte[] data) VideoObjectTrackingPredictionResult.Frame.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.parseFrom(com.google.protobuf.ByteString data) VideoObjectTrackingPredictionResult.Frame.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.parseFrom(com.google.protobuf.CodedInputStream input) VideoObjectTrackingPredictionResult.Frame.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.parseFrom(InputStream input) VideoObjectTrackingPredictionResult.Frame.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Frame.parseFrom(ByteBuffer data) VideoObjectTrackingPredictionResult.Frame.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return types with arguments of type VideoObjectTrackingPredictionResult.FrameModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.getFramesList()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.getFramesList()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResultOrBuilder.getFramesList()All of the frames of the video in which a single object instance has been detected.com.google.protobuf.Parser<VideoObjectTrackingPredictionResult.Frame>VideoObjectTrackingPredictionResult.Frame.getParserForType()static com.google.protobuf.Parser<VideoObjectTrackingPredictionResult.Frame>VideoObjectTrackingPredictionResult.Frame.parser()Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction with parameters of type VideoObjectTrackingPredictionResult.FrameModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.addFrames(int index, VideoObjectTrackingPredictionResult.Frame value) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.addFrames(VideoObjectTrackingPredictionResult.Frame value) 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.newBuilder(VideoObjectTrackingPredictionResult.Frame prototype) VideoObjectTrackingPredictionResult.Builder.setFrames(int index, VideoObjectTrackingPredictionResult.Frame value) All of the frames of the video in which a single object instance has been detected.Method parameters in com.google.cloud.aiplatform.v1.schema.predict.prediction with type arguments of type VideoObjectTrackingPredictionResult.FrameModifier and TypeMethodDescriptionVideoObjectTrackingPredictionResult.Builder.addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values) All of the frames of the video in which a single object instance has been detected.