All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto

package com.google.cloud.videointelligence.v1p3beta1;

/**
 *
 *
 * 
 * Annotation results for a single video.
 * 
* * Protobuf type {@code google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults} */ public final class VideoAnnotationResults extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) VideoAnnotationResultsOrBuilder { private static final long serialVersionUID = 0L; // Use VideoAnnotationResults.newBuilder() to construct. private VideoAnnotationResults(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private VideoAnnotationResults() { inputUri_ = ""; segmentLabelAnnotations_ = java.util.Collections.emptyList(); shotLabelAnnotations_ = java.util.Collections.emptyList(); frameLabelAnnotations_ = java.util.Collections.emptyList(); shotAnnotations_ = java.util.Collections.emptyList(); speechTranscriptions_ = java.util.Collections.emptyList(); textAnnotations_ = java.util.Collections.emptyList(); objectAnnotations_ = java.util.Collections.emptyList(); logoRecognitionAnnotations_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private VideoAnnotationResults( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { java.lang.String s = input.readStringRequireUtf8(); inputUri_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { segmentLabelAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation>(); mutable_bitField0_ |= 0x00000002; } segmentLabelAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry)); break; } case 26: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { shotLabelAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation>(); mutable_bitField0_ |= 0x00000004; } shotLabelAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry)); break; } case 34: { if (!((mutable_bitField0_ & 0x00000008) != 0)) { frameLabelAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation>(); mutable_bitField0_ |= 0x00000008; } frameLabelAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry)); break; } case 50: { if (!((mutable_bitField0_ & 0x00000010) != 0)) { shotAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.VideoSegment>(); mutable_bitField0_ |= 0x00000010; } shotAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.VideoSegment.parser(), extensionRegistry)); break; } case 58: { com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder subBuilder = null; if (explicitAnnotation_ != null) { subBuilder = explicitAnnotation_.toBuilder(); } explicitAnnotation_ = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(explicitAnnotation_); explicitAnnotation_ = subBuilder.buildPartial(); } break; } case 74: { com.google.rpc.Status.Builder subBuilder = null; if (error_ != null) { subBuilder = error_.toBuilder(); } error_ = input.readMessage(com.google.rpc.Status.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(error_); error_ = subBuilder.buildPartial(); } break; } case 90: { if (!((mutable_bitField0_ & 0x00000040) != 0)) { speechTranscriptions_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription>(); mutable_bitField0_ |= 0x00000040; } speechTranscriptions_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.parser(), extensionRegistry)); break; } case 98: { if (!((mutable_bitField0_ & 0x00000080) != 0)) { textAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.TextAnnotation>(); mutable_bitField0_ |= 0x00000080; } textAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.parser(), extensionRegistry)); break; } case 114: { if (!((mutable_bitField0_ & 0x00000100) != 0)) { objectAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation>(); mutable_bitField0_ |= 0x00000100; } objectAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation .parser(), extensionRegistry)); break; } case 154: { if (!((mutable_bitField0_ & 0x00000200) != 0)) { logoRecognitionAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation>(); mutable_bitField0_ |= 0x00000200; } logoRecognitionAnnotations_.add( input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation .parser(), extensionRegistry)); break; } default: { if (!parseUnknownField(input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) != 0)) { segmentLabelAnnotations_ = java.util.Collections.unmodifiableList(segmentLabelAnnotations_); } if (((mutable_bitField0_ & 0x00000004) != 0)) { shotLabelAnnotations_ = java.util.Collections.unmodifiableList(shotLabelAnnotations_); } if (((mutable_bitField0_ & 0x00000008) != 0)) { frameLabelAnnotations_ = java.util.Collections.unmodifiableList(frameLabelAnnotations_); } if (((mutable_bitField0_ & 0x00000010) != 0)) { shotAnnotations_ = java.util.Collections.unmodifiableList(shotAnnotations_); } if (((mutable_bitField0_ & 0x00000040) != 0)) { speechTranscriptions_ = java.util.Collections.unmodifiableList(speechTranscriptions_); } if (((mutable_bitField0_ & 0x00000080) != 0)) { textAnnotations_ = java.util.Collections.unmodifiableList(textAnnotations_); } if (((mutable_bitField0_ & 0x00000100) != 0)) { objectAnnotations_ = java.util.Collections.unmodifiableList(objectAnnotations_); } if (((mutable_bitField0_ & 0x00000200) != 0)) { logoRecognitionAnnotations_ = java.util.Collections.unmodifiableList(logoRecognitionAnnotations_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .internal_static_google_cloud_videointelligence_v1p3beta1_VideoAnnotationResults_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .internal_static_google_cloud_videointelligence_v1p3beta1_VideoAnnotationResults_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults.class, com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults.Builder.class); } private int bitField0_; public static final int INPUT_URI_FIELD_NUMBER = 1; private volatile java.lang.Object inputUri_; /** * * *
   * Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; */ public java.lang.String getInputUri() { java.lang.Object ref = inputUri_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUri_ = s; return s; } } /** * * *
   * Video file location in
   * [Google Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; */ public com.google.protobuf.ByteString getInputUriBytes() { java.lang.Object ref = inputUri_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER = 2; private java.util.List segmentLabelAnnotations_; /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public java.util.List getSegmentLabelAnnotationsList() { return segmentLabelAnnotations_; } /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList() { return segmentLabelAnnotations_; } /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public int getSegmentLabelAnnotationsCount() { return segmentLabelAnnotations_.size(); } /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getSegmentLabelAnnotations( int index) { return segmentLabelAnnotations_.get(index); } /** * * *
   * Label annotations on video level or user specified segment level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index) { return segmentLabelAnnotations_.get(index); } public static final int SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER = 3; private java.util.List shotLabelAnnotations_; /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public java.util.List getShotLabelAnnotationsList() { return shotLabelAnnotations_; } /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList() { return shotLabelAnnotations_; } /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public int getShotLabelAnnotationsCount() { return shotLabelAnnotations_.size(); } /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getShotLabelAnnotations( int index) { return shotLabelAnnotations_.get(index); } /** * * *
   * Label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index) { return shotLabelAnnotations_.get(index); } public static final int FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER = 4; private java.util.List frameLabelAnnotations_; /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public java.util.List getFrameLabelAnnotationsList() { return frameLabelAnnotations_; } /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList() { return frameLabelAnnotations_; } /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public int getFrameLabelAnnotationsCount() { return frameLabelAnnotations_.size(); } /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getFrameLabelAnnotations( int index) { return frameLabelAnnotations_.get(index); } /** * * *
   * Label annotations on frame level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index) { return frameLabelAnnotations_.get(index); } public static final int SHOT_ANNOTATIONS_FIELD_NUMBER = 6; private java.util.List shotAnnotations_; /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public java.util.List getShotAnnotationsList() { return shotAnnotations_; } /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList() { return shotAnnotations_; } /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public int getShotAnnotationsCount() { return shotAnnotations_.size(); } /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment getShotAnnotations(int index) { return shotAnnotations_.get(index); } /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index) { return shotAnnotations_.get(index); } public static final int EXPLICIT_ANNOTATION_FIELD_NUMBER = 7; private com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicitAnnotation_; /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public boolean hasExplicitAnnotation() { return explicitAnnotation_ != null; } /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation getExplicitAnnotation() { return explicitAnnotation_ == null ? com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .getDefaultInstance() : explicitAnnotation_; } /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder() { return getExplicitAnnotation(); } public static final int SPEECH_TRANSCRIPTIONS_FIELD_NUMBER = 11; private java.util.List speechTranscriptions_; /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public java.util.List getSpeechTranscriptionsList() { return speechTranscriptions_; } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList() { return speechTranscriptions_; } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public int getSpeechTranscriptionsCount() { return speechTranscriptions_.size(); } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription getSpeechTranscriptions( int index) { return speechTranscriptions_.get(index); } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index) { return speechTranscriptions_.get(index); } public static final int TEXT_ANNOTATIONS_FIELD_NUMBER = 12; private java.util.List textAnnotations_; /** * * *
   * OCR text detection and tracking.
   * Annotations for list of detected text snippets. Each will have list of
   * frame information associated with it.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public java.util.List getTextAnnotationsList() { return textAnnotations_; } /** * * *
   * OCR text detection and tracking.
   * Annotations for list of detected text snippets. Each will have list of
   * frame information associated with it.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder> getTextAnnotationsOrBuilderList() { return textAnnotations_; } /** * * *
   * OCR text detection and tracking.
   * Annotations for list of detected text snippets. Each will have list of
   * frame information associated with it.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public int getTextAnnotationsCount() { return textAnnotations_.size(); } /** * * *
   * OCR text detection and tracking.
   * Annotations for list of detected text snippets. Each will have list of
   * frame information associated with it.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotation getTextAnnotations(int index) { return textAnnotations_.get(index); } /** * * *
   * OCR text detection and tracking.
   * Annotations for list of detected text snippets. Each will have list of
   * frame information associated with it.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int index) { return textAnnotations_.get(index); } public static final int OBJECT_ANNOTATIONS_FIELD_NUMBER = 14; private java.util.List objectAnnotations_; /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public java.util.List getObjectAnnotationsList() { return objectAnnotations_; } /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList() { return objectAnnotations_; } /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public int getObjectAnnotationsCount() { return objectAnnotations_.size(); } /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation getObjectAnnotations( int index) { return objectAnnotations_.get(index); } /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index) { return objectAnnotations_.get(index); } public static final int LOGO_RECOGNITION_ANNOTATIONS_FIELD_NUMBER = 19; private java.util.List logoRecognitionAnnotations_; /** * * *
   * Annotations for list of logos detected, tracked and recognized in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public java.util.List getLogoRecognitionAnnotationsList() { return logoRecognitionAnnotations_; } /** * * *
   * Annotations for list of logos detected, tracked and recognized in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsOrBuilderList() { return logoRecognitionAnnotations_; } /** * * *
   * Annotations for list of logos detected, tracked and recognized in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public int getLogoRecognitionAnnotationsCount() { return logoRecognitionAnnotations_.size(); } /** * * *
   * Annotations for list of logos detected, tracked and recognized in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation getLogoRecognitionAnnotations(int index) { return logoRecognitionAnnotations_.get(index); } /** * * *
   * Annotations for list of logos detected, tracked and recognized in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index) { return logoRecognitionAnnotations_.get(index); } public static final int ERROR_FIELD_NUMBER = 9; private com.google.rpc.Status error_; /** * * *
   * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
   * some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; */ public boolean hasError() { return error_ != null; } /** * * *
   * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
   * some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; */ public com.google.rpc.Status getError() { return error_ == null ? com.google.rpc.Status.getDefaultInstance() : error_; } /** * * *
   * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
   * some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; */ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() { return getError(); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getInputUriBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, inputUri_); } for (int i = 0; i < segmentLabelAnnotations_.size(); i++) { output.writeMessage(2, segmentLabelAnnotations_.get(i)); } for (int i = 0; i < shotLabelAnnotations_.size(); i++) { output.writeMessage(3, shotLabelAnnotations_.get(i)); } for (int i = 0; i < frameLabelAnnotations_.size(); i++) { output.writeMessage(4, frameLabelAnnotations_.get(i)); } for (int i = 0; i < shotAnnotations_.size(); i++) { output.writeMessage(6, shotAnnotations_.get(i)); } if (explicitAnnotation_ != null) { output.writeMessage(7, getExplicitAnnotation()); } if (error_ != null) { output.writeMessage(9, getError()); } for (int i = 0; i < speechTranscriptions_.size(); i++) { output.writeMessage(11, speechTranscriptions_.get(i)); } for (int i = 0; i < textAnnotations_.size(); i++) { output.writeMessage(12, textAnnotations_.get(i)); } for (int i = 0; i < objectAnnotations_.size(); i++) { output.writeMessage(14, objectAnnotations_.get(i)); } for (int i = 0; i < logoRecognitionAnnotations_.size(); i++) { output.writeMessage(19, logoRecognitionAnnotations_.get(i)); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getInputUriBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, inputUri_); } for (int i = 0; i < segmentLabelAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 2, segmentLabelAnnotations_.get(i)); } for (int i = 0; i < shotLabelAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(3, shotLabelAnnotations_.get(i)); } for (int i = 0; i < frameLabelAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 4, frameLabelAnnotations_.get(i)); } for (int i = 0; i < shotAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, shotAnnotations_.get(i)); } if (explicitAnnotation_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getExplicitAnnotation()); } if (error_ != null) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getError()); } for (int i = 0; i < speechTranscriptions_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 11, speechTranscriptions_.get(i)); } for (int i = 0; i < textAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(12, textAnnotations_.get(i)); } for (int i = 0; i < objectAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(14, objectAnnotations_.get(i)); } for (int i = 0; i < logoRecognitionAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 19, logoRecognitionAnnotations_.get(i)); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults)) { return super.equals(obj); } com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults other = (com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) obj; if (!getInputUri().equals(other.getInputUri())) return false; if (!getSegmentLabelAnnotationsList().equals(other.getSegmentLabelAnnotationsList())) return false; if (!getShotLabelAnnotationsList().equals(other.getShotLabelAnnotationsList())) return false; if (!getFrameLabelAnnotationsList().equals(other.getFrameLabelAnnotationsList())) return false; if (!getShotAnnotationsList().equals(other.getShotAnnotationsList())) return false; if (hasExplicitAnnotation() != other.hasExplicitAnnotation()) return false; if (hasExplicitAnnotation()) { if (!getExplicitAnnotation().equals(other.getExplicitAnnotation())) return false; } if (!getSpeechTranscriptionsList().equals(other.getSpeechTranscriptionsList())) return false; if (!getTextAnnotationsList().equals(other.getTextAnnotationsList())) return false; if (!getObjectAnnotationsList().equals(other.getObjectAnnotationsList())) return false; if (!getLogoRecognitionAnnotationsList().equals(other.getLogoRecognitionAnnotationsList())) return false; if (hasError() != other.hasError()) return false; if (hasError()) { if (!getError().equals(other.getError())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + INPUT_URI_FIELD_NUMBER; hash = (53 * hash) + getInputUri().hashCode(); if (getSegmentLabelAnnotationsCount() > 0) { hash = (37 * hash) + SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getSegmentLabelAnnotationsList().hashCode(); } if (getShotLabelAnnotationsCount() > 0) { hash = (37 * hash) + SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getShotLabelAnnotationsList().hashCode(); } if (getFrameLabelAnnotationsCount() > 0) { hash = (37 * hash) + FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getFrameLabelAnnotationsList().hashCode(); } if (getShotAnnotationsCount() > 0) { hash = (37 * hash) + SHOT_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getShotAnnotationsList().hashCode(); } if (hasExplicitAnnotation()) { hash = (37 * hash) + EXPLICIT_ANNOTATION_FIELD_NUMBER; hash = (53 * hash) + getExplicitAnnotation().hashCode(); } if (getSpeechTranscriptionsCount() > 0) { hash = (37 * hash) + SPEECH_TRANSCRIPTIONS_FIELD_NUMBER; hash = (53 * hash) + getSpeechTranscriptionsList().hashCode(); } if (getTextAnnotationsCount() > 0) { hash = (37 * hash) + TEXT_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getTextAnnotationsList().hashCode(); } if (getObjectAnnotationsCount() > 0) { hash = (37 * hash) + OBJECT_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getObjectAnnotationsList().hashCode(); } if (getLogoRecognitionAnnotationsCount() > 0) { hash = (37 * hash) + LOGO_RECOGNITION_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getLogoRecognitionAnnotationsList().hashCode(); } if (hasError()) { hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( PARSER, input, extensionRegistry); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException( PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * * *
   * Annotation results for a single video.
   * 
* * Protobuf type {@code google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResultsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .internal_static_google_cloud_videointelligence_v1p3beta1_VideoAnnotationResults_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .internal_static_google_cloud_videointelligence_v1p3beta1_VideoAnnotationResults_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults.class, com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults.Builder.class); } // Construct using // com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) { getSegmentLabelAnnotationsFieldBuilder(); getShotLabelAnnotationsFieldBuilder(); getFrameLabelAnnotationsFieldBuilder(); getShotAnnotationsFieldBuilder(); getSpeechTranscriptionsFieldBuilder(); getTextAnnotationsFieldBuilder(); getObjectAnnotationsFieldBuilder(); getLogoRecognitionAnnotationsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); inputUri_ = ""; if (segmentLabelAnnotationsBuilder_ == null) { segmentLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); } else { segmentLabelAnnotationsBuilder_.clear(); } if (shotLabelAnnotationsBuilder_ == null) { shotLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { shotLabelAnnotationsBuilder_.clear(); } if (frameLabelAnnotationsBuilder_ == null) { frameLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); } else { frameLabelAnnotationsBuilder_.clear(); } if (shotAnnotationsBuilder_ == null) { shotAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); } else { shotAnnotationsBuilder_.clear(); } if (explicitAnnotationBuilder_ == null) { explicitAnnotation_ = null; } else { explicitAnnotation_ = null; explicitAnnotationBuilder_ = null; } if (speechTranscriptionsBuilder_ == null) { speechTranscriptions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); } else { speechTranscriptionsBuilder_.clear(); } if (textAnnotationsBuilder_ == null) { textAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); } else { textAnnotationsBuilder_.clear(); } if (objectAnnotationsBuilder_ == null) { objectAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); } else { objectAnnotationsBuilder_.clear(); } if (logoRecognitionAnnotationsBuilder_ == null) { logoRecognitionAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); } else { logoRecognitionAnnotationsBuilder_.clear(); } if (errorBuilder_ == null) { error_ = null; } else { error_ = null; errorBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.cloud.videointelligence.v1p3beta1.VideoIntelligenceServiceProto .internal_static_google_cloud_videointelligence_v1p3beta1_VideoAnnotationResults_descriptor; } @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults getDefaultInstanceForType() { return com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults .getDefaultInstance(); } @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults build() { com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults buildPartial() { com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults result = new com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.inputUri_ = inputUri_; if (segmentLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { segmentLabelAnnotations_ = java.util.Collections.unmodifiableList(segmentLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000002); } result.segmentLabelAnnotations_ = segmentLabelAnnotations_; } else { result.segmentLabelAnnotations_ = segmentLabelAnnotationsBuilder_.build(); } if (shotLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { shotLabelAnnotations_ = java.util.Collections.unmodifiableList(shotLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000004); } result.shotLabelAnnotations_ = shotLabelAnnotations_; } else { result.shotLabelAnnotations_ = shotLabelAnnotationsBuilder_.build(); } if (frameLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { frameLabelAnnotations_ = java.util.Collections.unmodifiableList(frameLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000008); } result.frameLabelAnnotations_ = frameLabelAnnotations_; } else { result.frameLabelAnnotations_ = frameLabelAnnotationsBuilder_.build(); } if (shotAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { shotAnnotations_ = java.util.Collections.unmodifiableList(shotAnnotations_); bitField0_ = (bitField0_ & ~0x00000010); } result.shotAnnotations_ = shotAnnotations_; } else { result.shotAnnotations_ = shotAnnotationsBuilder_.build(); } if (explicitAnnotationBuilder_ == null) { result.explicitAnnotation_ = explicitAnnotation_; } else { result.explicitAnnotation_ = explicitAnnotationBuilder_.build(); } if (speechTranscriptionsBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0)) { speechTranscriptions_ = java.util.Collections.unmodifiableList(speechTranscriptions_); bitField0_ = (bitField0_ & ~0x00000040); } result.speechTranscriptions_ = speechTranscriptions_; } else { result.speechTranscriptions_ = speechTranscriptionsBuilder_.build(); } if (textAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0)) { textAnnotations_ = java.util.Collections.unmodifiableList(textAnnotations_); bitField0_ = (bitField0_ & ~0x00000080); } result.textAnnotations_ = textAnnotations_; } else { result.textAnnotations_ = textAnnotationsBuilder_.build(); } if (objectAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000100) != 0)) { objectAnnotations_ = java.util.Collections.unmodifiableList(objectAnnotations_); bitField0_ = (bitField0_ & ~0x00000100); } result.objectAnnotations_ = objectAnnotations_; } else { result.objectAnnotations_ = objectAnnotationsBuilder_.build(); } if (logoRecognitionAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000200) != 0)) { logoRecognitionAnnotations_ = java.util.Collections.unmodifiableList(logoRecognitionAnnotations_); bitField0_ = (bitField0_ & ~0x00000200); } result.logoRecognitionAnnotations_ = logoRecognitionAnnotations_; } else { result.logoRecognitionAnnotations_ = logoRecognitionAnnotationsBuilder_.build(); } if (errorBuilder_ == null) { result.error_ = error_; } else { result.error_ = errorBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) { return mergeFrom( (com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults other) { if (other == com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults .getDefaultInstance()) return this; if (!other.getInputUri().isEmpty()) { inputUri_ = other.inputUri_; onChanged(); } if (segmentLabelAnnotationsBuilder_ == null) { if (!other.segmentLabelAnnotations_.isEmpty()) { if (segmentLabelAnnotations_.isEmpty()) { segmentLabelAnnotations_ = other.segmentLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.addAll(other.segmentLabelAnnotations_); } onChanged(); } } else { if (!other.segmentLabelAnnotations_.isEmpty()) { if (segmentLabelAnnotationsBuilder_.isEmpty()) { segmentLabelAnnotationsBuilder_.dispose(); segmentLabelAnnotationsBuilder_ = null; segmentLabelAnnotations_ = other.segmentLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000002); segmentLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSegmentLabelAnnotationsFieldBuilder() : null; } else { segmentLabelAnnotationsBuilder_.addAllMessages(other.segmentLabelAnnotations_); } } } if (shotLabelAnnotationsBuilder_ == null) { if (!other.shotLabelAnnotations_.isEmpty()) { if (shotLabelAnnotations_.isEmpty()) { shotLabelAnnotations_ = other.shotLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.addAll(other.shotLabelAnnotations_); } onChanged(); } } else { if (!other.shotLabelAnnotations_.isEmpty()) { if (shotLabelAnnotationsBuilder_.isEmpty()) { shotLabelAnnotationsBuilder_.dispose(); shotLabelAnnotationsBuilder_ = null; shotLabelAnnotations_ = other.shotLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000004); shotLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getShotLabelAnnotationsFieldBuilder() : null; } else { shotLabelAnnotationsBuilder_.addAllMessages(other.shotLabelAnnotations_); } } } if (frameLabelAnnotationsBuilder_ == null) { if (!other.frameLabelAnnotations_.isEmpty()) { if (frameLabelAnnotations_.isEmpty()) { frameLabelAnnotations_ = other.frameLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.addAll(other.frameLabelAnnotations_); } onChanged(); } } else { if (!other.frameLabelAnnotations_.isEmpty()) { if (frameLabelAnnotationsBuilder_.isEmpty()) { frameLabelAnnotationsBuilder_.dispose(); frameLabelAnnotationsBuilder_ = null; frameLabelAnnotations_ = other.frameLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000008); frameLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFrameLabelAnnotationsFieldBuilder() : null; } else { frameLabelAnnotationsBuilder_.addAllMessages(other.frameLabelAnnotations_); } } } if (shotAnnotationsBuilder_ == null) { if (!other.shotAnnotations_.isEmpty()) { if (shotAnnotations_.isEmpty()) { shotAnnotations_ = other.shotAnnotations_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureShotAnnotationsIsMutable(); shotAnnotations_.addAll(other.shotAnnotations_); } onChanged(); } } else { if (!other.shotAnnotations_.isEmpty()) { if (shotAnnotationsBuilder_.isEmpty()) { shotAnnotationsBuilder_.dispose(); shotAnnotationsBuilder_ = null; shotAnnotations_ = other.shotAnnotations_; bitField0_ = (bitField0_ & ~0x00000010); shotAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getShotAnnotationsFieldBuilder() : null; } else { shotAnnotationsBuilder_.addAllMessages(other.shotAnnotations_); } } } if (other.hasExplicitAnnotation()) { mergeExplicitAnnotation(other.getExplicitAnnotation()); } if (speechTranscriptionsBuilder_ == null) { if (!other.speechTranscriptions_.isEmpty()) { if (speechTranscriptions_.isEmpty()) { speechTranscriptions_ = other.speechTranscriptions_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.addAll(other.speechTranscriptions_); } onChanged(); } } else { if (!other.speechTranscriptions_.isEmpty()) { if (speechTranscriptionsBuilder_.isEmpty()) { speechTranscriptionsBuilder_.dispose(); speechTranscriptionsBuilder_ = null; speechTranscriptions_ = other.speechTranscriptions_; bitField0_ = (bitField0_ & ~0x00000040); speechTranscriptionsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSpeechTranscriptionsFieldBuilder() : null; } else { speechTranscriptionsBuilder_.addAllMessages(other.speechTranscriptions_); } } } if (textAnnotationsBuilder_ == null) { if (!other.textAnnotations_.isEmpty()) { if (textAnnotations_.isEmpty()) { textAnnotations_ = other.textAnnotations_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureTextAnnotationsIsMutable(); textAnnotations_.addAll(other.textAnnotations_); } onChanged(); } } else { if (!other.textAnnotations_.isEmpty()) { if (textAnnotationsBuilder_.isEmpty()) { textAnnotationsBuilder_.dispose(); textAnnotationsBuilder_ = null; textAnnotations_ = other.textAnnotations_; bitField0_ = (bitField0_ & ~0x00000080); textAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTextAnnotationsFieldBuilder() : null; } else { textAnnotationsBuilder_.addAllMessages(other.textAnnotations_); } } } if (objectAnnotationsBuilder_ == null) { if (!other.objectAnnotations_.isEmpty()) { if (objectAnnotations_.isEmpty()) { objectAnnotations_ = other.objectAnnotations_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureObjectAnnotationsIsMutable(); objectAnnotations_.addAll(other.objectAnnotations_); } onChanged(); } } else { if (!other.objectAnnotations_.isEmpty()) { if (objectAnnotationsBuilder_.isEmpty()) { objectAnnotationsBuilder_.dispose(); objectAnnotationsBuilder_ = null; objectAnnotations_ = other.objectAnnotations_; bitField0_ = (bitField0_ & ~0x00000100); objectAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getObjectAnnotationsFieldBuilder() : null; } else { objectAnnotationsBuilder_.addAllMessages(other.objectAnnotations_); } } } if (logoRecognitionAnnotationsBuilder_ == null) { if (!other.logoRecognitionAnnotations_.isEmpty()) { if (logoRecognitionAnnotations_.isEmpty()) { logoRecognitionAnnotations_ = other.logoRecognitionAnnotations_; bitField0_ = (bitField0_ & ~0x00000200); } else { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.addAll(other.logoRecognitionAnnotations_); } onChanged(); } } else { if (!other.logoRecognitionAnnotations_.isEmpty()) { if (logoRecognitionAnnotationsBuilder_.isEmpty()) { logoRecognitionAnnotationsBuilder_.dispose(); logoRecognitionAnnotationsBuilder_ = null; logoRecognitionAnnotations_ = other.logoRecognitionAnnotations_; bitField0_ = (bitField0_ & ~0x00000200); logoRecognitionAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getLogoRecognitionAnnotationsFieldBuilder() : null; } else { logoRecognitionAnnotationsBuilder_.addAllMessages(other.logoRecognitionAnnotations_); } } } if (other.hasError()) { mergeError(other.getError()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object inputUri_ = ""; /** * * *
     * Video file location in
     * [Google Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; */ public java.lang.String getInputUri() { java.lang.Object ref = inputUri_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); inputUri_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Video file location in
     * [Google Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; */ public com.google.protobuf.ByteString getInputUriBytes() { java.lang.Object ref = inputUri_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); inputUri_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Video file location in
     * [Google Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; */ public Builder setInputUri(java.lang.String value) { if (value == null) { throw new NullPointerException(); } inputUri_ = value; onChanged(); return this; } /** * * *
     * Video file location in
     * [Google Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; */ public Builder clearInputUri() { inputUri_ = getDefaultInstance().getInputUri(); onChanged(); return this; } /** * * *
     * Video file location in
     * [Google Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; */ public Builder setInputUriBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); inputUri_ = value; onChanged(); return this; } private java.util.List segmentLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureSegmentLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { segmentLabelAnnotations_ = new java.util.ArrayList( segmentLabelAnnotations_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> segmentLabelAnnotationsBuilder_; /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public java.util.List getSegmentLabelAnnotationsList() { if (segmentLabelAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(segmentLabelAnnotations_); } else { return segmentLabelAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public int getSegmentLabelAnnotationsCount() { if (segmentLabelAnnotationsBuilder_ == null) { return segmentLabelAnnotations_.size(); } else { return segmentLabelAnnotationsBuilder_.getCount(); } } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getSegmentLabelAnnotations( int index) { if (segmentLabelAnnotationsBuilder_ == null) { return segmentLabelAnnotations_.get(index); } else { return segmentLabelAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder setSegmentLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.set(index, value); onChanged(); } else { segmentLabelAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder setSegmentLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.set(index, builderForValue.build()); onChanged(); } else { segmentLabelAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder addSegmentLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.add(value); onChanged(); } else { segmentLabelAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder addSegmentLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.add(index, value); onChanged(); } else { segmentLabelAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder addSegmentLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.add(builderForValue.build()); onChanged(); } else { segmentLabelAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder addSegmentLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.add(index, builderForValue.build()); onChanged(); } else { segmentLabelAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder addAllSegmentLabelAnnotations( java.lang.Iterable values) { if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, segmentLabelAnnotations_); onChanged(); } else { segmentLabelAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder clearSegmentLabelAnnotations() { if (segmentLabelAnnotationsBuilder_ == null) { segmentLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { segmentLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public Builder removeSegmentLabelAnnotations(int index) { if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.remove(index); onChanged(); } else { segmentLabelAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder getSegmentLabelAnnotationsBuilder(int index) { return getSegmentLabelAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index) { if (segmentLabelAnnotationsBuilder_ == null) { return segmentLabelAnnotations_.get(index); } else { return segmentLabelAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList() { if (segmentLabelAnnotationsBuilder_ != null) { return segmentLabelAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(segmentLabelAnnotations_); } } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder() { return getSegmentLabelAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder(int index) { return getSegmentLabelAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on video level or user specified segment level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2; * */ public java.util.List getSegmentLabelAnnotationsBuilderList() { return getSegmentLabelAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentLabelAnnotationsFieldBuilder() { if (segmentLabelAnnotationsBuilder_ == null) { segmentLabelAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>( segmentLabelAnnotations_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); segmentLabelAnnotations_ = null; } return segmentLabelAnnotationsBuilder_; } private java.util.List shotLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureShotLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { shotLabelAnnotations_ = new java.util.ArrayList( shotLabelAnnotations_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> shotLabelAnnotationsBuilder_; /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public java.util.List getShotLabelAnnotationsList() { if (shotLabelAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(shotLabelAnnotations_); } else { return shotLabelAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public int getShotLabelAnnotationsCount() { if (shotLabelAnnotationsBuilder_ == null) { return shotLabelAnnotations_.size(); } else { return shotLabelAnnotationsBuilder_.getCount(); } } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getShotLabelAnnotations( int index) { if (shotLabelAnnotationsBuilder_ == null) { return shotLabelAnnotations_.get(index); } else { return shotLabelAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder setShotLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.set(index, value); onChanged(); } else { shotLabelAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder setShotLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.set(index, builderForValue.build()); onChanged(); } else { shotLabelAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder addShotLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.add(value); onChanged(); } else { shotLabelAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder addShotLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.add(index, value); onChanged(); } else { shotLabelAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder addShotLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.add(builderForValue.build()); onChanged(); } else { shotLabelAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder addShotLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.add(index, builderForValue.build()); onChanged(); } else { shotLabelAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder addAllShotLabelAnnotations( java.lang.Iterable values) { if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, shotLabelAnnotations_); onChanged(); } else { shotLabelAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder clearShotLabelAnnotations() { if (shotLabelAnnotationsBuilder_ == null) { shotLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { shotLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public Builder removeShotLabelAnnotations(int index) { if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.remove(index); onChanged(); } else { shotLabelAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder getShotLabelAnnotationsBuilder(int index) { return getShotLabelAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index) { if (shotLabelAnnotationsBuilder_ == null) { return shotLabelAnnotations_.get(index); } else { return shotLabelAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList() { if (shotLabelAnnotationsBuilder_ != null) { return shotLabelAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(shotLabelAnnotations_); } } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addShotLabelAnnotationsBuilder() { return getShotLabelAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addShotLabelAnnotationsBuilder(int index) { return getShotLabelAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on shot level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ public java.util.List getShotLabelAnnotationsBuilderList() { return getShotLabelAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotLabelAnnotationsFieldBuilder() { if (shotLabelAnnotationsBuilder_ == null) { shotLabelAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>( shotLabelAnnotations_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); shotLabelAnnotations_ = null; } return shotLabelAnnotationsBuilder_; } private java.util.List frameLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureFrameLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { frameLabelAnnotations_ = new java.util.ArrayList( frameLabelAnnotations_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> frameLabelAnnotationsBuilder_; /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public java.util.List getFrameLabelAnnotationsList() { if (frameLabelAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(frameLabelAnnotations_); } else { return frameLabelAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public int getFrameLabelAnnotationsCount() { if (frameLabelAnnotationsBuilder_ == null) { return frameLabelAnnotations_.size(); } else { return frameLabelAnnotationsBuilder_.getCount(); } } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getFrameLabelAnnotations( int index) { if (frameLabelAnnotationsBuilder_ == null) { return frameLabelAnnotations_.get(index); } else { return frameLabelAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder setFrameLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (frameLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.set(index, value); onChanged(); } else { frameLabelAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder setFrameLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.set(index, builderForValue.build()); onChanged(); } else { frameLabelAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder addFrameLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (frameLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.add(value); onChanged(); } else { frameLabelAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder addFrameLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (frameLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.add(index, value); onChanged(); } else { frameLabelAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder addFrameLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.add(builderForValue.build()); onChanged(); } else { frameLabelAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder addFrameLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.add(index, builderForValue.build()); onChanged(); } else { frameLabelAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder addAllFrameLabelAnnotations( java.lang.Iterable values) { if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, frameLabelAnnotations_); onChanged(); } else { frameLabelAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder clearFrameLabelAnnotations() { if (frameLabelAnnotationsBuilder_ == null) { frameLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { frameLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public Builder removeFrameLabelAnnotations(int index) { if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.remove(index); onChanged(); } else { frameLabelAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder getFrameLabelAnnotationsBuilder(int index) { return getFrameLabelAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index) { if (frameLabelAnnotationsBuilder_ == null) { return frameLabelAnnotations_.get(index); } else { return frameLabelAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList() { if (frameLabelAnnotationsBuilder_ != null) { return frameLabelAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(frameLabelAnnotations_); } } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addFrameLabelAnnotationsBuilder() { return getFrameLabelAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addFrameLabelAnnotationsBuilder(int index) { return getFrameLabelAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Label annotations on frame level.
     * There is exactly one element for each unique label.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4; * */ public java.util.List getFrameLabelAnnotationsBuilderList() { return getFrameLabelAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getFrameLabelAnnotationsFieldBuilder() { if (frameLabelAnnotationsBuilder_ == null) { frameLabelAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>( frameLabelAnnotations_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); frameLabelAnnotations_ = null; } return frameLabelAnnotationsBuilder_; } private java.util.List shotAnnotations_ = java.util.Collections.emptyList(); private void ensureShotAnnotationsIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { shotAnnotations_ = new java.util.ArrayList( shotAnnotations_); bitField0_ |= 0x00000010; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> shotAnnotationsBuilder_; /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public java.util.List getShotAnnotationsList() { if (shotAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(shotAnnotations_); } else { return shotAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public int getShotAnnotationsCount() { if (shotAnnotationsBuilder_ == null) { return shotAnnotations_.size(); } else { return shotAnnotationsBuilder_.getCount(); } } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment getShotAnnotations(int index) { if (shotAnnotationsBuilder_ == null) { return shotAnnotations_.get(index); } else { return shotAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder setShotAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.VideoSegment value) { if (shotAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotAnnotationsIsMutable(); shotAnnotations_.set(index, value); onChanged(); } else { shotAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder setShotAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder builderForValue) { if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); shotAnnotations_.set(index, builderForValue.build()); onChanged(); } else { shotAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder addShotAnnotations( com.google.cloud.videointelligence.v1p3beta1.VideoSegment value) { if (shotAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotAnnotationsIsMutable(); shotAnnotations_.add(value); onChanged(); } else { shotAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder addShotAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.VideoSegment value) { if (shotAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotAnnotationsIsMutable(); shotAnnotations_.add(index, value); onChanged(); } else { shotAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder addShotAnnotations( com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder builderForValue) { if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); shotAnnotations_.add(builderForValue.build()); onChanged(); } else { shotAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder addShotAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder builderForValue) { if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); shotAnnotations_.add(index, builderForValue.build()); onChanged(); } else { shotAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder addAllShotAnnotations( java.lang.Iterable values) { if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, shotAnnotations_); onChanged(); } else { shotAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder clearShotAnnotations() { if (shotAnnotationsBuilder_ == null) { shotAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); } else { shotAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public Builder removeShotAnnotations(int index) { if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); shotAnnotations_.remove(index); onChanged(); } else { shotAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder getShotAnnotationsBuilder(int index) { return getShotAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index) { if (shotAnnotationsBuilder_ == null) { return shotAnnotations_.get(index); } else { return shotAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList() { if (shotAnnotationsBuilder_ != null) { return shotAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(shotAnnotations_); } } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder addShotAnnotationsBuilder() { return getShotAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance()); } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder addShotAnnotationsBuilder(int index) { return getShotAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance()); } /** * * *
     * Shot annotations. Each shot is represented as a video segment.
     * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ public java.util.List getShotAnnotationsBuilderList() { return getShotAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> getShotAnnotationsFieldBuilder() { if (shotAnnotationsBuilder_ == null) { shotAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder>( shotAnnotations_, ((bitField0_ & 0x00000010) != 0), getParentForChildren(), isClean()); shotAnnotations_ = null; } return shotAnnotationsBuilder_; } private com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicitAnnotation_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder> explicitAnnotationBuilder_; /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public boolean hasExplicitAnnotation() { return explicitAnnotationBuilder_ != null || explicitAnnotation_ != null; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation getExplicitAnnotation() { if (explicitAnnotationBuilder_ == null) { return explicitAnnotation_ == null ? com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .getDefaultInstance() : explicitAnnotation_; } else { return explicitAnnotationBuilder_.getMessage(); } } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public Builder setExplicitAnnotation( com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation value) { if (explicitAnnotationBuilder_ == null) { if (value == null) { throw new NullPointerException(); } explicitAnnotation_ = value; onChanged(); } else { explicitAnnotationBuilder_.setMessage(value); } return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public Builder setExplicitAnnotation( com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder builderForValue) { if (explicitAnnotationBuilder_ == null) { explicitAnnotation_ = builderForValue.build(); onChanged(); } else { explicitAnnotationBuilder_.setMessage(builderForValue.build()); } return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public Builder mergeExplicitAnnotation( com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation value) { if (explicitAnnotationBuilder_ == null) { if (explicitAnnotation_ != null) { explicitAnnotation_ = com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.newBuilder( explicitAnnotation_) .mergeFrom(value) .buildPartial(); } else { explicitAnnotation_ = value; } onChanged(); } else { explicitAnnotationBuilder_.mergeFrom(value); } return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public Builder clearExplicitAnnotation() { if (explicitAnnotationBuilder_ == null) { explicitAnnotation_ = null; onChanged(); } else { explicitAnnotation_ = null; explicitAnnotationBuilder_ = null; } return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder() { onChanged(); return getExplicitAnnotationFieldBuilder().getBuilder(); } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder() { if (explicitAnnotationBuilder_ != null) { return explicitAnnotationBuilder_.getMessageOrBuilder(); } else { return explicitAnnotation_ == null ? com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .getDefaultInstance() : explicitAnnotation_; } } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder> getExplicitAnnotationFieldBuilder() { if (explicitAnnotationBuilder_ == null) { explicitAnnotationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder>( getExplicitAnnotation(), getParentForChildren(), isClean()); explicitAnnotation_ = null; } return explicitAnnotationBuilder_; } private java.util.List speechTranscriptions_ = java.util.Collections.emptyList(); private void ensureSpeechTranscriptionsIsMutable() { if (!((bitField0_ & 0x00000040) != 0)) { speechTranscriptions_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription>( speechTranscriptions_); bitField0_ |= 0x00000040; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder> speechTranscriptionsBuilder_; /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public java.util.List getSpeechTranscriptionsList() { if (speechTranscriptionsBuilder_ == null) { return java.util.Collections.unmodifiableList(speechTranscriptions_); } else { return speechTranscriptionsBuilder_.getMessageList(); } } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public int getSpeechTranscriptionsCount() { if (speechTranscriptionsBuilder_ == null) { return speechTranscriptions_.size(); } else { return speechTranscriptionsBuilder_.getCount(); } } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription getSpeechTranscriptions( int index) { if (speechTranscriptionsBuilder_ == null) { return speechTranscriptions_.get(index); } else { return speechTranscriptionsBuilder_.getMessage(index); } } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder setSpeechTranscriptions( int index, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription value) { if (speechTranscriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.set(index, value); onChanged(); } else { speechTranscriptionsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder setSpeechTranscriptions( int index, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder builderForValue) { if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.set(index, builderForValue.build()); onChanged(); } else { speechTranscriptionsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder addSpeechTranscriptions( com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription value) { if (speechTranscriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.add(value); onChanged(); } else { speechTranscriptionsBuilder_.addMessage(value); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder addSpeechTranscriptions( int index, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription value) { if (speechTranscriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.add(index, value); onChanged(); } else { speechTranscriptionsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder addSpeechTranscriptions( com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder builderForValue) { if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.add(builderForValue.build()); onChanged(); } else { speechTranscriptionsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder addSpeechTranscriptions( int index, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder builderForValue) { if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.add(index, builderForValue.build()); onChanged(); } else { speechTranscriptionsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder addAllSpeechTranscriptions( java.lang.Iterable< ? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription> values) { if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, speechTranscriptions_); onChanged(); } else { speechTranscriptionsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder clearSpeechTranscriptions() { if (speechTranscriptionsBuilder_ == null) { speechTranscriptions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); } else { speechTranscriptionsBuilder_.clear(); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public Builder removeSpeechTranscriptions(int index) { if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.remove(index); onChanged(); } else { speechTranscriptionsBuilder_.remove(index); } return this; } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder getSpeechTranscriptionsBuilder(int index) { return getSpeechTranscriptionsFieldBuilder().getBuilder(index); } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index) { if (speechTranscriptionsBuilder_ == null) { return speechTranscriptions_.get(index); } else { return speechTranscriptionsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList() { if (speechTranscriptionsBuilder_ != null) { return speechTranscriptionsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(speechTranscriptions_); } } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder addSpeechTranscriptionsBuilder() { return getSpeechTranscriptionsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription .getDefaultInstance()); } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder addSpeechTranscriptionsBuilder(int index) { return getSpeechTranscriptionsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription .getDefaultInstance()); } /** * * *
     * Speech transcription.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ public java.util.List getSpeechTranscriptionsBuilderList() { return getSpeechTranscriptionsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder> getSpeechTranscriptionsFieldBuilder() { if (speechTranscriptionsBuilder_ == null) { speechTranscriptionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.Builder, com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder>( speechTranscriptions_, ((bitField0_ & 0x00000040) != 0), getParentForChildren(), isClean()); speechTranscriptions_ = null; } return speechTranscriptionsBuilder_; } private java.util.List textAnnotations_ = java.util.Collections.emptyList(); private void ensureTextAnnotationsIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { textAnnotations_ = new java.util.ArrayList( textAnnotations_); bitField0_ |= 0x00000080; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.TextAnnotation, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder> textAnnotationsBuilder_; /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public java.util.List getTextAnnotationsList() { if (textAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(textAnnotations_); } else { return textAnnotationsBuilder_.getMessageList(); } } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public int getTextAnnotationsCount() { if (textAnnotationsBuilder_ == null) { return textAnnotations_.size(); } else { return textAnnotationsBuilder_.getCount(); } } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotation getTextAnnotations( int index) { if (textAnnotationsBuilder_ == null) { return textAnnotations_.get(index); } else { return textAnnotationsBuilder_.getMessage(index); } } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder setTextAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation value) { if (textAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextAnnotationsIsMutable(); textAnnotations_.set(index, value); onChanged(); } else { textAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder setTextAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder builderForValue) { if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); textAnnotations_.set(index, builderForValue.build()); onChanged(); } else { textAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder addTextAnnotations( com.google.cloud.videointelligence.v1p3beta1.TextAnnotation value) { if (textAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextAnnotationsIsMutable(); textAnnotations_.add(value); onChanged(); } else { textAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder addTextAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation value) { if (textAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTextAnnotationsIsMutable(); textAnnotations_.add(index, value); onChanged(); } else { textAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder addTextAnnotations( com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder builderForValue) { if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); textAnnotations_.add(builderForValue.build()); onChanged(); } else { textAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder addTextAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder builderForValue) { if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); textAnnotations_.add(index, builderForValue.build()); onChanged(); } else { textAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder addAllTextAnnotations( java.lang.Iterable values) { if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, textAnnotations_); onChanged(); } else { textAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder clearTextAnnotations() { if (textAnnotationsBuilder_ == null) { textAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); } else { textAnnotationsBuilder_.clear(); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public Builder removeTextAnnotations(int index) { if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); textAnnotations_.remove(index); onChanged(); } else { textAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder getTextAnnotationsBuilder(int index) { return getTextAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int index) { if (textAnnotationsBuilder_ == null) { return textAnnotations_.get(index); } else { return textAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder> getTextAnnotationsOrBuilderList() { if (textAnnotationsBuilder_ != null) { return textAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(textAnnotations_); } } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder addTextAnnotationsBuilder() { return getTextAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.getDefaultInstance()); } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder addTextAnnotationsBuilder(int index) { return getTextAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.getDefaultInstance()); } /** * * *
     * OCR text detection and tracking.
     * Annotations for list of detected text snippets. Each will have list of
     * frame information associated with it.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.TextAnnotation text_annotations = 12; * */ public java.util.List getTextAnnotationsBuilderList() { return getTextAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.TextAnnotation, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder> getTextAnnotationsFieldBuilder() { if (textAnnotationsBuilder_ == null) { textAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.TextAnnotation, com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder>( textAnnotations_, ((bitField0_ & 0x00000080) != 0), getParentForChildren(), isClean()); textAnnotations_ = null; } return textAnnotationsBuilder_; } private java.util.List objectAnnotations_ = java.util.Collections.emptyList(); private void ensureObjectAnnotationsIsMutable() { if (!((bitField0_ & 0x00000100) != 0)) { objectAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation>( objectAnnotations_); bitField0_ |= 0x00000100; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder> objectAnnotationsBuilder_; /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public java.util.List getObjectAnnotationsList() { if (objectAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(objectAnnotations_); } else { return objectAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public int getObjectAnnotationsCount() { if (objectAnnotationsBuilder_ == null) { return objectAnnotations_.size(); } else { return objectAnnotationsBuilder_.getCount(); } } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation getObjectAnnotations(int index) { if (objectAnnotationsBuilder_ == null) { return objectAnnotations_.get(index); } else { return objectAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder setObjectAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation value) { if (objectAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectAnnotationsIsMutable(); objectAnnotations_.set(index, value); onChanged(); } else { objectAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder setObjectAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder builderForValue) { if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); objectAnnotations_.set(index, builderForValue.build()); onChanged(); } else { objectAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder addObjectAnnotations( com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation value) { if (objectAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectAnnotationsIsMutable(); objectAnnotations_.add(value); onChanged(); } else { objectAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder addObjectAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation value) { if (objectAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureObjectAnnotationsIsMutable(); objectAnnotations_.add(index, value); onChanged(); } else { objectAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder addObjectAnnotations( com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder builderForValue) { if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); objectAnnotations_.add(builderForValue.build()); onChanged(); } else { objectAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder addObjectAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder builderForValue) { if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); objectAnnotations_.add(index, builderForValue.build()); onChanged(); } else { objectAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder addAllObjectAnnotations( java.lang.Iterable< ? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation> values) { if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, objectAnnotations_); onChanged(); } else { objectAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder clearObjectAnnotations() { if (objectAnnotationsBuilder_ == null) { objectAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); } else { objectAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public Builder removeObjectAnnotations(int index) { if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); objectAnnotations_.remove(index); onChanged(); } else { objectAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder getObjectAnnotationsBuilder(int index) { return getObjectAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index) { if (objectAnnotationsBuilder_ == null) { return objectAnnotations_.get(index); } else { return objectAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList() { if (objectAnnotationsBuilder_ != null) { return objectAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(objectAnnotations_); } } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder() { return getObjectAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation .getDefaultInstance()); } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder(int index) { return getObjectAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation .getDefaultInstance()); } /** * * *
     * Annotations for list of objects detected and tracked in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ public java.util.List< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder> getObjectAnnotationsBuilderList() { return getObjectAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsFieldBuilder() { if (objectAnnotationsBuilder_ == null) { objectAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder>( objectAnnotations_, ((bitField0_ & 0x00000100) != 0), getParentForChildren(), isClean()); objectAnnotations_ = null; } return objectAnnotationsBuilder_; } private java.util.List logoRecognitionAnnotations_ = java.util.Collections.emptyList(); private void ensureLogoRecognitionAnnotationsIsMutable() { if (!((bitField0_ & 0x00000200) != 0)) { logoRecognitionAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation>( logoRecognitionAnnotations_); bitField0_ |= 0x00000200; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder> logoRecognitionAnnotationsBuilder_; /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public java.util.List getLogoRecognitionAnnotationsList() { if (logoRecognitionAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(logoRecognitionAnnotations_); } else { return logoRecognitionAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public int getLogoRecognitionAnnotationsCount() { if (logoRecognitionAnnotationsBuilder_ == null) { return logoRecognitionAnnotations_.size(); } else { return logoRecognitionAnnotationsBuilder_.getCount(); } } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation getLogoRecognitionAnnotations(int index) { if (logoRecognitionAnnotationsBuilder_ == null) { return logoRecognitionAnnotations_.get(index); } else { return logoRecognitionAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder setLogoRecognitionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation value) { if (logoRecognitionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.set(index, value); onChanged(); } else { logoRecognitionAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder setLogoRecognitionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder builderForValue) { if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.set(index, builderForValue.build()); onChanged(); } else { logoRecognitionAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder addLogoRecognitionAnnotations( com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation value) { if (logoRecognitionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.add(value); onChanged(); } else { logoRecognitionAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder addLogoRecognitionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation value) { if (logoRecognitionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.add(index, value); onChanged(); } else { logoRecognitionAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder addLogoRecognitionAnnotations( com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder builderForValue) { if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.add(builderForValue.build()); onChanged(); } else { logoRecognitionAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder addLogoRecognitionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder builderForValue) { if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.add(index, builderForValue.build()); onChanged(); } else { logoRecognitionAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder addAllLogoRecognitionAnnotations( java.lang.Iterable< ? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation> values) { if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, logoRecognitionAnnotations_); onChanged(); } else { logoRecognitionAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder clearLogoRecognitionAnnotations() { if (logoRecognitionAnnotationsBuilder_ == null) { logoRecognitionAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000200); onChanged(); } else { logoRecognitionAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public Builder removeLogoRecognitionAnnotations(int index) { if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.remove(index); onChanged(); } else { logoRecognitionAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder getLogoRecognitionAnnotationsBuilder(int index) { return getLogoRecognitionAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index) { if (logoRecognitionAnnotationsBuilder_ == null) { return logoRecognitionAnnotations_.get(index); } else { return logoRecognitionAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsOrBuilderList() { if (logoRecognitionAnnotationsBuilder_ != null) { return logoRecognitionAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(logoRecognitionAnnotations_); } } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder addLogoRecognitionAnnotationsBuilder() { return getLogoRecognitionAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation .getDefaultInstance()); } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder addLogoRecognitionAnnotationsBuilder(int index) { return getLogoRecognitionAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation .getDefaultInstance()); } /** * * *
     * Annotations for list of logos detected, tracked and recognized in video.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19; * */ public java.util.List< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder> getLogoRecognitionAnnotationsBuilderList() { return getLogoRecognitionAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsFieldBuilder() { if (logoRecognitionAnnotationsBuilder_ == null) { logoRecognitionAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder>( logoRecognitionAnnotations_, ((bitField0_ & 0x00000200) != 0), getParentForChildren(), isClean()); logoRecognitionAnnotations_ = null; } return logoRecognitionAnnotationsBuilder_; } private com.google.rpc.Status error_; private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> errorBuilder_; /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public boolean hasError() { return errorBuilder_ != null || error_ != null; } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public com.google.rpc.Status getError() { if (errorBuilder_ == null) { return error_ == null ? com.google.rpc.Status.getDefaultInstance() : error_; } else { return errorBuilder_.getMessage(); } } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public Builder setError(com.google.rpc.Status value) { if (errorBuilder_ == null) { if (value == null) { throw new NullPointerException(); } error_ = value; onChanged(); } else { errorBuilder_.setMessage(value); } return this; } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public Builder setError(com.google.rpc.Status.Builder builderForValue) { if (errorBuilder_ == null) { error_ = builderForValue.build(); onChanged(); } else { errorBuilder_.setMessage(builderForValue.build()); } return this; } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public Builder mergeError(com.google.rpc.Status value) { if (errorBuilder_ == null) { if (error_ != null) { error_ = com.google.rpc.Status.newBuilder(error_).mergeFrom(value).buildPartial(); } else { error_ = value; } onChanged(); } else { errorBuilder_.mergeFrom(value); } return this; } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public Builder clearError() { if (errorBuilder_ == null) { error_ = null; onChanged(); } else { error_ = null; errorBuilder_ = null; } return this; } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public com.google.rpc.Status.Builder getErrorBuilder() { onChanged(); return getErrorFieldBuilder().getBuilder(); } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ public com.google.rpc.StatusOrBuilder getErrorOrBuilder() { if (errorBuilder_ != null) { return errorBuilder_.getMessageOrBuilder(); } else { return error_ == null ? com.google.rpc.Status.getDefaultInstance() : error_; } } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder> getErrorFieldBuilder() { if (errorBuilder_ == null) { errorBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.rpc.Status, com.google.rpc.Status.Builder, com.google.rpc.StatusOrBuilder>(getError(), getParentForChildren(), isClean()); error_ = null; } return errorBuilder_; } @java.lang.Override public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) } // @@protoc_insertion_point(class_scope:google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults) private static final com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults(); } public static com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public VideoAnnotationResults parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new VideoAnnotationResults(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy