public static final class VideoAnnotationResults.Builder extends GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder
Annotation results for a single video.Protobuf type
google.cloud.videointelligence.v1beta1.VideoAnnotationResultsgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic VideoAnnotationResults build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic VideoAnnotationResults buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic VideoAnnotationResults.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<VideoAnnotationResults.Builder>java.io.IOExceptionpublic java.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUri in interface VideoAnnotationResultsOrBuilderpublic ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUriBytes in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setInputUri(java.lang.String value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationResults.Builder clearInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationResults.Builder setInputUriBytes(ByteString value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public java.util.List<LabelAnnotation> getLabelAnnotationsList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;getLabelAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getLabelAnnotationsCount()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;getLabelAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation getLabelAnnotations(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;getLabelAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setLabelAnnotations(int index, LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder setLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder addLabelAnnotations(LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder addLabelAnnotations(int index, LabelAnnotation value)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder addLabelAnnotations(LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder addLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder addAllLabelAnnotations(java.lang.Iterable<? extends LabelAnnotation> values)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder clearLabelAnnotations()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public VideoAnnotationResults.Builder removeLabelAnnotations(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public LabelAnnotation.Builder getLabelAnnotationsBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public LabelAnnotationOrBuilder getLabelAnnotationsOrBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;getLabelAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic java.util.List<? extends LabelAnnotationOrBuilder> getLabelAnnotationsOrBuilderList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;getLabelAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation.Builder addLabelAnnotationsBuilder()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public LabelAnnotation.Builder addLabelAnnotationsBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public java.util.List<LabelAnnotation.Builder> getLabelAnnotationsBuilderList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;public java.util.List<FaceAnnotation> getFaceAnnotationsList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;getFaceAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getFaceAnnotationsCount()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;getFaceAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic FaceAnnotation getFaceAnnotations(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;getFaceAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation value)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder addAllFaceAnnotations(java.lang.Iterable<? extends FaceAnnotation> values)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder clearFaceAnnotations()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public VideoAnnotationResults.Builder removeFaceAnnotations(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public FaceAnnotation.Builder getFaceAnnotationsBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;getFaceAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic java.util.List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;getFaceAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic FaceAnnotation.Builder addFaceAnnotationsBuilder()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public FaceAnnotation.Builder addFaceAnnotationsBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public java.util.List<FaceAnnotation.Builder> getFaceAnnotationsBuilderList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;public java.util.List<VideoSegment> getShotAnnotationsList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;getShotAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getShotAnnotationsCount()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;getShotAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic VideoSegment getShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;getShotAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder addAllShotAnnotations(java.lang.Iterable<? extends VideoSegment> values)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder clearShotAnnotations()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoAnnotationResults.Builder removeShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoSegment.Builder getShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;getShotAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic java.util.List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;getShotAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic VideoSegment.Builder addShotAnnotationsBuilder()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public VideoSegment.Builder addShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public java.util.List<VideoSegment.Builder> getShotAnnotationsBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;public java.util.List<SafeSearchAnnotation> getSafeSearchAnnotationsList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;getSafeSearchAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getSafeSearchAnnotationsCount()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;getSafeSearchAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic SafeSearchAnnotation getSafeSearchAnnotations(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;getSafeSearchAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setSafeSearchAnnotations(int index, SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder setSafeSearchAnnotations(int index, SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder addSafeSearchAnnotations(SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder addSafeSearchAnnotations(int index, SafeSearchAnnotation value)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder addSafeSearchAnnotations(SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder addSafeSearchAnnotations(int index, SafeSearchAnnotation.Builder builderForValue)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder addAllSafeSearchAnnotations(java.lang.Iterable<? extends SafeSearchAnnotation> values)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder clearSafeSearchAnnotations()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public VideoAnnotationResults.Builder removeSafeSearchAnnotations(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public SafeSearchAnnotation.Builder getSafeSearchAnnotationsBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public SafeSearchAnnotationOrBuilder getSafeSearchAnnotationsOrBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;getSafeSearchAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic java.util.List<? extends SafeSearchAnnotationOrBuilder> getSafeSearchAnnotationsOrBuilderList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;getSafeSearchAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic SafeSearchAnnotation.Builder addSafeSearchAnnotationsBuilder()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public SafeSearchAnnotation.Builder addSafeSearchAnnotationsBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public java.util.List<SafeSearchAnnotation.Builder> getSafeSearchAnnotationsBuilderList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;public boolean hasError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;hasError in interface VideoAnnotationResultsOrBuilderpublic Status getError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;getError in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setError(Status value)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;public VideoAnnotationResults.Builder setError(Status.Builder builderForValue)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;public VideoAnnotationResults.Builder mergeError(Status value)
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;public VideoAnnotationResults.Builder clearError()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;public Status.Builder getErrorBuilder()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;public StatusOrBuilder getErrorOrBuilder()
If set, indicates an error. Note that for a single `AnnotateVideoRequest` some videos may succeed and some may fail.
.google.rpc.Status error = 5;getErrorOrBuilder in interface VideoAnnotationResultsOrBuilderpublic final VideoAnnotationResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>