public static final class VideoClassificationPredictionResult.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder> implements VideoClassificationPredictionResultOrBuilder
Prediction output format for Video Classification.Protobuf type
google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoClassificationPredictionResult| Modifier and Type | Method and Description |
|---|---|
VideoClassificationPredictionResult.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoClassificationPredictionResult |
build() |
VideoClassificationPredictionResult |
buildPartial() |
VideoClassificationPredictionResult.Builder |
clear() |
VideoClassificationPredictionResult.Builder |
clearConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoClassificationPredictionResult.Builder |
clearDisplayName()
The display name of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VideoClassificationPredictionResult.Builder |
clearId()
The resource ID of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VideoClassificationPredictionResult.Builder |
clearTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
clearTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
clearType()
The type of the prediction.
|
VideoClassificationPredictionResult.Builder |
clone() |
com.google.protobuf.FloatValue |
getConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
com.google.protobuf.FloatValue.Builder |
getConfidenceBuilder()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
com.google.protobuf.FloatValueOrBuilder |
getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoClassificationPredictionResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
The display name of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
|
String |
getId()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.ByteString |
getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
|
com.google.protobuf.Duration |
getTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
com.google.protobuf.Duration.Builder |
getTimeSegmentEndBuilder()
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentEndOrBuilder()
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
com.google.protobuf.Duration |
getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
com.google.protobuf.Duration.Builder |
getTimeSegmentStartBuilder()
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
com.google.protobuf.DurationOrBuilder |
getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
String |
getType()
The type of the prediction.
|
com.google.protobuf.ByteString |
getTypeBytes()
The type of the prediction.
|
boolean |
hasConfidence()
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
boolean |
hasTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
boolean |
hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VideoClassificationPredictionResult.Builder |
mergeConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoClassificationPredictionResult.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VideoClassificationPredictionResult.Builder |
mergeFrom(com.google.protobuf.Message other) |
VideoClassificationPredictionResult.Builder |
mergeFrom(VideoClassificationPredictionResult other) |
VideoClassificationPredictionResult.Builder |
mergeTimeSegmentEnd(com.google.protobuf.Duration value)
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
mergeTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VideoClassificationPredictionResult.Builder |
setConfidence(com.google.protobuf.FloatValue.Builder builderForValue)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoClassificationPredictionResult.Builder |
setConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher
value means higher confidence.
|
VideoClassificationPredictionResult.Builder |
setDisplayName(String value)
The display name of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoClassificationPredictionResult.Builder |
setId(String value)
The resource ID of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
setIdBytes(com.google.protobuf.ByteString value)
The resource ID of the AnnotationSpec that had been identified.
|
VideoClassificationPredictionResult.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VideoClassificationPredictionResult.Builder |
setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue)
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
setTimeSegmentEnd(com.google.protobuf.Duration value)
The end, exclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue)
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
setTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the
AnnotationSpec has been identified.
|
VideoClassificationPredictionResult.Builder |
setType(String value)
The type of the prediction.
|
VideoClassificationPredictionResult.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
The type of the prediction.
|
VideoClassificationPredictionResult.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VideoClassificationPredictionResult build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VideoClassificationPredictionResult buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VideoClassificationPredictionResult.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder mergeFrom(VideoClassificationPredictionResult other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public VideoClassificationPredictionResult.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoClassificationPredictionResult.Builder>IOExceptionpublic String getId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;getId in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;getIdBytes in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setId(String value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;value - The id to set.public VideoClassificationPredictionResult.Builder clearId()
The resource ID of the AnnotationSpec that had been identified.
string id = 1;public VideoClassificationPredictionResult.Builder setIdBytes(com.google.protobuf.ByteString value)
The resource ID of the AnnotationSpec that had been identified.
string id = 1;value - The bytes for id to set.public String getDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;getDisplayName in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;getDisplayNameBytes in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setDisplayName(String value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;value - The displayName to set.public VideoClassificationPredictionResult.Builder clearDisplayName()
The display name of the AnnotationSpec that had been identified.
string display_name = 2;public VideoClassificationPredictionResult.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
The display name of the AnnotationSpec that had been identified.
string display_name = 2;value - The bytes for displayName to set.public String getType()
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
string type = 3;getType in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
string type = 3;getTypeBytes in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setType(String value)
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
string type = 3;value - The type to set.public VideoClassificationPredictionResult.Builder clearType()
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
string type = 3;public VideoClassificationPredictionResult.Builder setTypeBytes(com.google.protobuf.ByteString value)
The type of the prediction. The requested types can be configured via parameters. This will be one of - segment-classification - shot-classification - one-sec-interval-classification
string type = 3;value - The bytes for type to set.public boolean hasTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;hasTimeSegmentStart in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.Duration getTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;getTimeSegmentStart in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;public VideoClassificationPredictionResult.Builder setTimeSegmentStart(com.google.protobuf.Duration.Builder builderForValue)
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;public VideoClassificationPredictionResult.Builder mergeTimeSegmentStart(com.google.protobuf.Duration value)
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;public VideoClassificationPredictionResult.Builder clearTimeSegmentStart()
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;public com.google.protobuf.Duration.Builder getTimeSegmentStartBuilder()
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;public com.google.protobuf.DurationOrBuilder getTimeSegmentStartOrBuilder()
The beginning, inclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentStart' from the input instance, for other types it is the start of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_start = 4;getTimeSegmentStartOrBuilder in interface VideoClassificationPredictionResultOrBuilderpublic boolean hasTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;hasTimeSegmentEnd in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.Duration getTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;getTimeSegmentEnd in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setTimeSegmentEnd(com.google.protobuf.Duration value)
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;public VideoClassificationPredictionResult.Builder setTimeSegmentEnd(com.google.protobuf.Duration.Builder builderForValue)
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;public VideoClassificationPredictionResult.Builder mergeTimeSegmentEnd(com.google.protobuf.Duration value)
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;public VideoClassificationPredictionResult.Builder clearTimeSegmentEnd()
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;public com.google.protobuf.Duration.Builder getTimeSegmentEndBuilder()
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;public com.google.protobuf.DurationOrBuilder getTimeSegmentEndOrBuilder()
The end, exclusive, of the video's time segment in which the AnnotationSpec has been identified. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end. Note that for 'segment-classification' prediction type, this equals the original 'timeSegmentEnd' from the input instance, for other types it is the end of a shot or a 1 second interval respectively.
.google.protobuf.Duration time_segment_end = 5;getTimeSegmentEndOrBuilder in interface VideoClassificationPredictionResultOrBuilderpublic boolean hasConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;hasConfidence in interface VideoClassificationPredictionResultOrBuilderpublic com.google.protobuf.FloatValue getConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;getConfidence in interface VideoClassificationPredictionResultOrBuilderpublic VideoClassificationPredictionResult.Builder setConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;public VideoClassificationPredictionResult.Builder setConfidence(com.google.protobuf.FloatValue.Builder builderForValue)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;public VideoClassificationPredictionResult.Builder mergeConfidence(com.google.protobuf.FloatValue value)
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;public VideoClassificationPredictionResult.Builder clearConfidence()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;public com.google.protobuf.FloatValue.Builder getConfidenceBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;public com.google.protobuf.FloatValueOrBuilder getConfidenceOrBuilder()
The Model's confidence in correction of this prediction, higher value means higher confidence.
.google.protobuf.FloatValue confidence = 6;getConfidenceOrBuilder in interface VideoClassificationPredictionResultOrBuilderpublic final VideoClassificationPredictionResult.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>public final VideoClassificationPredictionResult.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoClassificationPredictionResult.Builder>Copyright © 2022 Google LLC. All rights reserved.