Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame
-
Packages that use VideoObjectTrackingPredictionResult.Frame Package Description com.google.cloud.aiplatform.v1.schema.predict.prediction -
-
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.Frame Modifier and Type Method Description VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame.Builder. build()VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame.Builder. buildPartial()static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. getDefaultInstance()VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame.Builder. getDefaultInstanceForType()VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. getDefaultInstanceForType()VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Builder. getFrames(int index)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult. getFrames(int index)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResultOrBuilder. getFrames(int index)All of the frames of the video in which a single object instance has been detected.static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseDelimitedFrom(InputStream input)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(byte[] data)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.ByteString data)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.CodedInputStream input)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(InputStream input)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.Frame. parseFrom(ByteBuffer data)static VideoObjectTrackingPredictionResult.FrameVideoObjectTrackingPredictionResult.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.Frame Modifier and Type Method Description List<VideoObjectTrackingPredictionResult.Frame>VideoObjectTrackingPredictionResult.Builder. getFramesList()All of the frames of the video in which a single object instance has been detected.List<VideoObjectTrackingPredictionResult.Frame>VideoObjectTrackingPredictionResult. getFramesList()All of the frames of the video in which a single object instance has been detected.List<VideoObjectTrackingPredictionResult.Frame>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.Frame Modifier and Type Method Description VideoObjectTrackingPredictionResult.BuilderVideoObjectTrackingPredictionResult.Builder. addFrames(int index, VideoObjectTrackingPredictionResult.Frame value)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.BuilderVideoObjectTrackingPredictionResult.Builder. addFrames(VideoObjectTrackingPredictionResult.Frame value)All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame.BuilderVideoObjectTrackingPredictionResult.Frame.Builder. mergeFrom(VideoObjectTrackingPredictionResult.Frame other)static VideoObjectTrackingPredictionResult.Frame.BuilderVideoObjectTrackingPredictionResult.Frame. newBuilder(VideoObjectTrackingPredictionResult.Frame prototype)VideoObjectTrackingPredictionResult.BuilderVideoObjectTrackingPredictionResult.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.Frame Modifier and Type Method Description VideoObjectTrackingPredictionResult.BuilderVideoObjectTrackingPredictionResult.Builder. addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values)All of the frames of the video in which a single object instance has been detected.
-