Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Builder
Packages that use VideoObjectTrackingPredictionResult.Builder
-
Uses of VideoObjectTrackingPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoObjectTrackingPredictionResult.BuilderModifier 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.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.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 value) 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.clear()VideoObjectTrackingPredictionResult.Builder.clearConfidence()The Model's confidence in correction of this prediction, higher value means higher confidence.VideoObjectTrackingPredictionResult.Builder.clearDisplayName()The display name of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.clearFrames()All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.clearId()The resource ID of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.clearTimeSegmentEnd()The end, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.clearTimeSegmentStart()The beginning, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.mergeConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoObjectTrackingPredictionResult.Builder.mergeFrom(VideoObjectTrackingPredictionResult other) VideoObjectTrackingPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoObjectTrackingPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) VideoObjectTrackingPredictionResult.Builder.mergeTimeSegmentEnd(com.google.protobuf.Duration value) The end, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.mergeTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.newBuilder()VideoObjectTrackingPredictionResult.newBuilder(VideoObjectTrackingPredictionResult prototype) VideoObjectTrackingPredictionResult.newBuilderForType()VideoObjectTrackingPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoObjectTrackingPredictionResult.Builder.removeFrames(int index) All of the frames of the video in which a single object instance has been detected.VideoObjectTrackingPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoObjectTrackingPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue.Builder builderForValue) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoObjectTrackingPredictionResult.Builder.setDisplayName(String value) The display name of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The display name of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.setFrames(int index, VideoObjectTrackingPredictionResult.Frame value) 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.The resource ID of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.setIdBytes(com.google.protobuf.ByteString value) The resource ID of the AnnotationSpec that had been identified.VideoObjectTrackingPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration value) The end, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue) The end, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue) The beginning, inclusive, of the video's time segment in which the object instance has been detected.VideoObjectTrackingPredictionResult.toBuilder()