Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.instance.VideoObjectTrackingPredictionInstance.Builder
Packages that use VideoObjectTrackingPredictionInstance.Builder
-
Uses of VideoObjectTrackingPredictionInstance.Builder in com.google.cloud.aiplatform.v1.schema.predict.instance
Methods in com.google.cloud.aiplatform.v1.schema.predict.instance that return VideoObjectTrackingPredictionInstance.BuilderModifier and TypeMethodDescriptionVideoObjectTrackingPredictionInstance.Builder.clear()VideoObjectTrackingPredictionInstance.Builder.clearContent()The Google Cloud Storage location of the video on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.clearMimeType()The MIME type of the content of the video.VideoObjectTrackingPredictionInstance.Builder.clearTimeSegmentEnd()The end, exclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.clearTimeSegmentStart()The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.mergeFrom(VideoObjectTrackingPredictionInstance other) VideoObjectTrackingPredictionInstance.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionInstance.Builder.mergeFrom(com.google.protobuf.Message other) VideoObjectTrackingPredictionInstance.newBuilder()VideoObjectTrackingPredictionInstance.newBuilder(VideoObjectTrackingPredictionInstance prototype) VideoObjectTrackingPredictionInstance.newBuilderForType()VideoObjectTrackingPredictionInstance.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoObjectTrackingPredictionInstance.Builder.setContent(String value) The Google Cloud Storage location of the video on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.setContentBytes(com.google.protobuf.ByteString value) The Google Cloud Storage location of the video on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.setMimeType(String value) The MIME type of the content of the video.VideoObjectTrackingPredictionInstance.Builder.setMimeTypeBytes(com.google.protobuf.ByteString value) The MIME type of the content of the video.VideoObjectTrackingPredictionInstance.Builder.setTimeSegmentEnd(String value) The end, exclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.setTimeSegmentEndBytes(com.google.protobuf.ByteString value) The end, exclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.setTimeSegmentStart(String value) The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.Builder.setTimeSegmentStartBytes(com.google.protobuf.ByteString value) The beginning, inclusive, of the video's time segment on which to perform the prediction.VideoObjectTrackingPredictionInstance.toBuilder()