Uses of Class
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoActionRecognitionPredictionResult.Builder
Packages that use VideoActionRecognitionPredictionResult.Builder
-
Uses of VideoActionRecognitionPredictionResult.Builder in com.google.cloud.aiplatform.v1.schema.predict.prediction
Methods in com.google.cloud.aiplatform.v1.schema.predict.prediction that return VideoActionRecognitionPredictionResult.BuilderModifier and TypeMethodDescriptionVideoActionRecognitionPredictionResult.Builder.clear()VideoActionRecognitionPredictionResult.Builder.clearConfidence()The Model's confidence in correction of this prediction, higher value means higher confidence.VideoActionRecognitionPredictionResult.Builder.clearDisplayName()The display name of the AnnotationSpec that had been identified.VideoActionRecognitionPredictionResult.Builder.clearId()The resource ID of the AnnotationSpec that had been identified.VideoActionRecognitionPredictionResult.Builder.clearTimeSegmentEnd()The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.clearTimeSegmentStart()The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.mergeConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoActionRecognitionPredictionResult.Builder.mergeFrom(VideoActionRecognitionPredictionResult other) VideoActionRecognitionPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) VideoActionRecognitionPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) VideoActionRecognitionPredictionResult.Builder.mergeTimeSegmentEnd(com.google.protobuf.Duration value) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.mergeTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.newBuilder()VideoActionRecognitionPredictionResult.newBuilder(VideoActionRecognitionPredictionResult prototype) VideoActionRecognitionPredictionResult.newBuilderForType()VideoActionRecognitionPredictionResult.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) VideoActionRecognitionPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue value) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoActionRecognitionPredictionResult.Builder.setConfidence(com.google.protobuf.FloatValue.Builder builderForValue) The Model's confidence in correction of this prediction, higher value means higher confidence.VideoActionRecognitionPredictionResult.Builder.setDisplayName(String value) The display name of the AnnotationSpec that had been identified.VideoActionRecognitionPredictionResult.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) The display name of the AnnotationSpec that had been identified.The resource ID of the AnnotationSpec that had been identified.VideoActionRecognitionPredictionResult.Builder.setIdBytes(com.google.protobuf.ByteString value) The resource ID of the AnnotationSpec that had been identified.VideoActionRecognitionPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration value) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue) The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration value) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.Builder.setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue) The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified.VideoActionRecognitionPredictionResult.toBuilder()