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.Frame
VideoObjectTrackingPredictionResult.Frame.Builder. build()
VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame.Builder. buildPartial()
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. getDefaultInstance()
VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame.Builder. getDefaultInstanceForType()
VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. getDefaultInstanceForType()
VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Builder. getFrames(int index)
All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult. getFrames(int index)
All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResultOrBuilder. getFrames(int index)
All of the frames of the video in which a single object instance has been detected.static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseDelimitedFrom(InputStream input)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(byte[] data)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.ByteString data)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.CodedInputStream input)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(InputStream input)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VideoObjectTrackingPredictionResult.Frame
VideoObjectTrackingPredictionResult.Frame. parseFrom(ByteBuffer data)
static VideoObjectTrackingPredictionResult.Frame
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.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.Builder
VideoObjectTrackingPredictionResult.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
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
VideoObjectTrackingPredictionResult.Frame.Builder. mergeFrom(VideoObjectTrackingPredictionResult.Frame other)
static VideoObjectTrackingPredictionResult.Frame.Builder
VideoObjectTrackingPredictionResult.Frame. newBuilder(VideoObjectTrackingPredictionResult.Frame prototype)
VideoObjectTrackingPredictionResult.Builder
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.Frame Modifier and Type Method Description VideoObjectTrackingPredictionResult.Builder
VideoObjectTrackingPredictionResult.Builder. addAllFrames(Iterable<? extends VideoObjectTrackingPredictionResult.Frame> values)
All of the frames of the video in which a single object instance has been detected.
-