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
/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto

// Protobuf Java Version: 3.25.2
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(); segmentPresenceLabelAnnotations_ = java.util.Collections.emptyList(); shotLabelAnnotations_ = java.util.Collections.emptyList(); shotPresenceLabelAnnotations_ = java.util.Collections.emptyList(); frameLabelAnnotations_ = java.util.Collections.emptyList(); faceDetectionAnnotations_ = 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(); personDetectionAnnotations_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new VideoAnnotationResults(); } 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; @SuppressWarnings("serial") private volatile java.lang.Object inputUri_ = ""; /** * * *
   * Video file location in
   * [Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; * * @return The inputUri. */ @java.lang.Override 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
   * [Cloud Storage](https://cloud.google.com/storage/).
   * 
* * string input_uri = 1; * * @return The bytes for inputUri. */ @java.lang.Override 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_FIELD_NUMBER = 10; private com.google.cloud.videointelligence.v1p3beta1.VideoSegment segment_; /** * * *
   * Video segment on which the annotation is run.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; * * @return Whether the segment field is set. */ @java.lang.Override public boolean hasSegment() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
   * Video segment on which the annotation is run.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; * * @return The segment. */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoSegment getSegment() { return segment_ == null ? com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance() : segment_; } /** * * *
   * Video segment on which the annotation is run.
   * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSegmentOrBuilder() { return segment_ == null ? com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance() : segment_; } public static final int SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List segmentLabelAnnotations_; /** * * *
   * Topical 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; * */ @java.lang.Override public java.util.List getSegmentLabelAnnotationsList() { return segmentLabelAnnotations_; } /** * * *
   * Topical 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; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList() { return segmentLabelAnnotations_; } /** * * *
   * Topical 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; * */ @java.lang.Override public int getSegmentLabelAnnotationsCount() { return segmentLabelAnnotations_.size(); } /** * * *
   * Topical 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getSegmentLabelAnnotations( int index) { return segmentLabelAnnotations_.get(index); } /** * * *
   * Topical 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index) { return segmentLabelAnnotations_.get(index); } public static final int SEGMENT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER = 23; @SuppressWarnings("serial") private java.util.List segmentPresenceLabelAnnotations_; /** * * *
   * Presence label annotations on video level or user-specified segment level.
   * There is exactly one element for each unique label. Compared to the
   * existing topical `segment_label_annotations`, this field presents more
   * fine-grained, segment-level labels detected in video content and is made
   * available only when the client sets `LabelDetectionConfig.model` to
   * "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ @java.lang.Override public java.util.List getSegmentPresenceLabelAnnotationsList() { return segmentPresenceLabelAnnotations_; } /** * * *
   * Presence label annotations on video level or user-specified segment level.
   * There is exactly one element for each unique label. Compared to the
   * existing topical `segment_label_annotations`, this field presents more
   * fine-grained, segment-level labels detected in video content and is made
   * available only when the client sets `LabelDetectionConfig.model` to
   * "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentPresenceLabelAnnotationsOrBuilderList() { return segmentPresenceLabelAnnotations_; } /** * * *
   * Presence label annotations on video level or user-specified segment level.
   * There is exactly one element for each unique label. Compared to the
   * existing topical `segment_label_annotations`, this field presents more
   * fine-grained, segment-level labels detected in video content and is made
   * available only when the client sets `LabelDetectionConfig.model` to
   * "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ @java.lang.Override public int getSegmentPresenceLabelAnnotationsCount() { return segmentPresenceLabelAnnotations_.size(); } /** * * *
   * Presence label annotations on video level or user-specified segment level.
   * There is exactly one element for each unique label. Compared to the
   * existing topical `segment_label_annotations`, this field presents more
   * fine-grained, segment-level labels detected in video content and is made
   * available only when the client sets `LabelDetectionConfig.model` to
   * "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getSegmentPresenceLabelAnnotations(int index) { return segmentPresenceLabelAnnotations_.get(index); } /** * * *
   * Presence label annotations on video level or user-specified segment level.
   * There is exactly one element for each unique label. Compared to the
   * existing topical `segment_label_annotations`, this field presents more
   * fine-grained, segment-level labels detected in video content and is made
   * available only when the client sets `LabelDetectionConfig.model` to
   * "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getSegmentPresenceLabelAnnotationsOrBuilder(int index) { return segmentPresenceLabelAnnotations_.get(index); } public static final int SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private java.util.List shotLabelAnnotations_; /** * * *
   * Topical label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ @java.lang.Override public java.util.List getShotLabelAnnotationsList() { return shotLabelAnnotations_; } /** * * *
   * Topical label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList() { return shotLabelAnnotations_; } /** * * *
   * Topical label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ @java.lang.Override public int getShotLabelAnnotationsCount() { return shotLabelAnnotations_.size(); } /** * * *
   * Topical label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getShotLabelAnnotations( int index) { return shotLabelAnnotations_.get(index); } /** * * *
   * Topical label annotations on shot level.
   * There is exactly one element for each unique label.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index) { return shotLabelAnnotations_.get(index); } public static final int SHOT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER = 24; @SuppressWarnings("serial") private java.util.List shotPresenceLabelAnnotations_; /** * * *
   * Presence label annotations on shot level. There is exactly one element for
   * each unique label. Compared to the existing topical
   * `shot_label_annotations`, this field presents more fine-grained, shot-level
   * labels detected in video content and is made available only when the client
   * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ @java.lang.Override public java.util.List getShotPresenceLabelAnnotationsList() { return shotPresenceLabelAnnotations_; } /** * * *
   * Presence label annotations on shot level. There is exactly one element for
   * each unique label. Compared to the existing topical
   * `shot_label_annotations`, this field presents more fine-grained, shot-level
   * labels detected in video content and is made available only when the client
   * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotPresenceLabelAnnotationsOrBuilderList() { return shotPresenceLabelAnnotations_; } /** * * *
   * Presence label annotations on shot level. There is exactly one element for
   * each unique label. Compared to the existing topical
   * `shot_label_annotations`, this field presents more fine-grained, shot-level
   * labels detected in video content and is made available only when the client
   * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ @java.lang.Override public int getShotPresenceLabelAnnotationsCount() { return shotPresenceLabelAnnotations_.size(); } /** * * *
   * Presence label annotations on shot level. There is exactly one element for
   * each unique label. Compared to the existing topical
   * `shot_label_annotations`, this field presents more fine-grained, shot-level
   * labels detected in video content and is made available only when the client
   * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getShotPresenceLabelAnnotations(int index) { return shotPresenceLabelAnnotations_.get(index); } /** * * *
   * Presence label annotations on shot level. There is exactly one element for
   * each unique label. Compared to the existing topical
   * `shot_label_annotations`, this field presents more fine-grained, shot-level
   * labels detected in video content and is made available only when the client
   * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getShotPresenceLabelAnnotationsOrBuilder(int index) { return shotPresenceLabelAnnotations_.get(index); } public static final int FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER = 4; @SuppressWarnings("serial") 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index) { return frameLabelAnnotations_.get(index); } public static final int FACE_DETECTION_ANNOTATIONS_FIELD_NUMBER = 13; @SuppressWarnings("serial") private java.util.List faceDetectionAnnotations_; /** * * *
   * Face detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ @java.lang.Override public java.util.List getFaceDetectionAnnotationsList() { return faceDetectionAnnotations_; } /** * * *
   * Face detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsOrBuilderList() { return faceDetectionAnnotations_; } /** * * *
   * Face detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ @java.lang.Override public int getFaceDetectionAnnotationsCount() { return faceDetectionAnnotations_.size(); } /** * * *
   * Face detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation getFaceDetectionAnnotations(int index) { return faceDetectionAnnotations_.get(index); } /** * * *
   * Face detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder getFaceDetectionAnnotationsOrBuilder(int index) { return faceDetectionAnnotations_.get(index); } public static final int SHOT_ANNOTATIONS_FIELD_NUMBER = 6; @SuppressWarnings("serial") private java.util.List shotAnnotations_; /** * * *
   * Shot annotations. Each shot is represented as a video segment.
   * 
* * repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * * * @return Whether the explicitAnnotation field is set. */ @java.lang.Override public boolean hasExplicitAnnotation() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
   * Explicit content annotation.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * * * @return The explicitAnnotation. */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder() { return explicitAnnotation_ == null ? com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .getDefaultInstance() : explicitAnnotation_; } public static final int SPEECH_TRANSCRIPTIONS_FIELD_NUMBER = 11; @SuppressWarnings("serial") private java.util.List speechTranscriptions_; /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ @java.lang.Override public java.util.List getSpeechTranscriptionsList() { return speechTranscriptions_; } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ @java.lang.Override 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; * */ @java.lang.Override public int getSpeechTranscriptionsCount() { return speechTranscriptions_.size(); } /** * * *
   * Speech transcription.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11; * */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index) { return speechTranscriptions_.get(index); } public static final int TEXT_ANNOTATIONS_FIELD_NUMBER = 12; @SuppressWarnings("serial") 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int index) { return textAnnotations_.get(index); } public static final int OBJECT_ANNOTATIONS_FIELD_NUMBER = 14; @SuppressWarnings("serial") private java.util.List objectAnnotations_; /** * * *
   * Annotations for list of objects detected and tracked in video.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index) { return objectAnnotations_.get(index); } public static final int LOGO_RECOGNITION_ANNOTATIONS_FIELD_NUMBER = 19; @SuppressWarnings("serial") 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override 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; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index) { return logoRecognitionAnnotations_.get(index); } public static final int PERSON_DETECTION_ANNOTATIONS_FIELD_NUMBER = 20; @SuppressWarnings("serial") private java.util.List personDetectionAnnotations_; /** * * *
   * Person detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ @java.lang.Override public java.util.List getPersonDetectionAnnotationsList() { return personDetectionAnnotations_; } /** * * *
   * Person detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ @java.lang.Override public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsOrBuilderList() { return personDetectionAnnotations_; } /** * * *
   * Person detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ @java.lang.Override public int getPersonDetectionAnnotationsCount() { return personDetectionAnnotations_.size(); } /** * * *
   * Person detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation getPersonDetectionAnnotations(int index) { return personDetectionAnnotations_.get(index); } /** * * *
   * Person detection annotations.
   * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder getPersonDetectionAnnotationsOrBuilder(int index) { return personDetectionAnnotations_.get(index); } public static final int CELEBRITY_RECOGNITION_ANNOTATIONS_FIELD_NUMBER = 21; private com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrityRecognitionAnnotations_; /** * * *
   * Celebrity recognition annotations.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * * * @return Whether the celebrityRecognitionAnnotations field is set. */ @java.lang.Override public boolean hasCelebrityRecognitionAnnotations() { return ((bitField0_ & 0x00000004) != 0); } /** * * *
   * Celebrity recognition annotations.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * * * @return The celebrityRecognitionAnnotations. */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation getCelebrityRecognitionAnnotations() { return celebrityRecognitionAnnotations_ == null ? com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation .getDefaultInstance() : celebrityRecognitionAnnotations_; } /** * * *
   * Celebrity recognition annotations.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ @java.lang.Override public com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotationOrBuilder getCelebrityRecognitionAnnotationsOrBuilder() { return celebrityRecognitionAnnotations_ == null ? com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation .getDefaultInstance() : celebrityRecognitionAnnotations_; } 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; * * @return Whether the error field is set. */ @java.lang.Override public boolean hasError() { return ((bitField0_ & 0x00000008) != 0); } /** * * *
   * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
   * some videos may succeed and some may fail.
   * 
* * .google.rpc.Status error = 9; * * @return The error. */ @java.lang.Override 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; */ @java.lang.Override public com.google.rpc.StatusOrBuilder getErrorOrBuilder() { return error_ == null ? com.google.rpc.Status.getDefaultInstance() : error_; } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(inputUri_)) { 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 (((bitField0_ & 0x00000002) != 0)) { output.writeMessage(7, getExplicitAnnotation()); } if (((bitField0_ & 0x00000008) != 0)) { output.writeMessage(9, getError()); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(10, getSegment()); } 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 < faceDetectionAnnotations_.size(); i++) { output.writeMessage(13, faceDetectionAnnotations_.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)); } for (int i = 0; i < personDetectionAnnotations_.size(); i++) { output.writeMessage(20, personDetectionAnnotations_.get(i)); } if (((bitField0_ & 0x00000004) != 0)) { output.writeMessage(21, getCelebrityRecognitionAnnotations()); } for (int i = 0; i < segmentPresenceLabelAnnotations_.size(); i++) { output.writeMessage(23, segmentPresenceLabelAnnotations_.get(i)); } for (int i = 0; i < shotPresenceLabelAnnotations_.size(); i++) { output.writeMessage(24, shotPresenceLabelAnnotations_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(inputUri_)) { 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 (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(7, getExplicitAnnotation()); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(9, getError()); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize(10, getSegment()); } 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 < faceDetectionAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 13, faceDetectionAnnotations_.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)); } for (int i = 0; i < personDetectionAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 20, personDetectionAnnotations_.get(i)); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 21, getCelebrityRecognitionAnnotations()); } for (int i = 0; i < segmentPresenceLabelAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 23, segmentPresenceLabelAnnotations_.get(i)); } for (int i = 0; i < shotPresenceLabelAnnotations_.size(); i++) { size += com.google.protobuf.CodedOutputStream.computeMessageSize( 24, shotPresenceLabelAnnotations_.get(i)); } size += getUnknownFields().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 (hasSegment() != other.hasSegment()) return false; if (hasSegment()) { if (!getSegment().equals(other.getSegment())) return false; } if (!getSegmentLabelAnnotationsList().equals(other.getSegmentLabelAnnotationsList())) return false; if (!getSegmentPresenceLabelAnnotationsList() .equals(other.getSegmentPresenceLabelAnnotationsList())) return false; if (!getShotLabelAnnotationsList().equals(other.getShotLabelAnnotationsList())) return false; if (!getShotPresenceLabelAnnotationsList().equals(other.getShotPresenceLabelAnnotationsList())) return false; if (!getFrameLabelAnnotationsList().equals(other.getFrameLabelAnnotationsList())) return false; if (!getFaceDetectionAnnotationsList().equals(other.getFaceDetectionAnnotationsList())) 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 (!getPersonDetectionAnnotationsList().equals(other.getPersonDetectionAnnotationsList())) return false; if (hasCelebrityRecognitionAnnotations() != other.hasCelebrityRecognitionAnnotations()) return false; if (hasCelebrityRecognitionAnnotations()) { if (!getCelebrityRecognitionAnnotations().equals(other.getCelebrityRecognitionAnnotations())) return false; } if (hasError() != other.hasError()) return false; if (hasError()) { if (!getError().equals(other.getError())) return false; } if (!getUnknownFields().equals(other.getUnknownFields())) 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 (hasSegment()) { hash = (37 * hash) + SEGMENT_FIELD_NUMBER; hash = (53 * hash) + getSegment().hashCode(); } if (getSegmentLabelAnnotationsCount() > 0) { hash = (37 * hash) + SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getSegmentLabelAnnotationsList().hashCode(); } if (getSegmentPresenceLabelAnnotationsCount() > 0) { hash = (37 * hash) + SEGMENT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getSegmentPresenceLabelAnnotationsList().hashCode(); } if (getShotLabelAnnotationsCount() > 0) { hash = (37 * hash) + SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getShotLabelAnnotationsList().hashCode(); } if (getShotPresenceLabelAnnotationsCount() > 0) { hash = (37 * hash) + SHOT_PRESENCE_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getShotPresenceLabelAnnotationsList().hashCode(); } if (getFrameLabelAnnotationsCount() > 0) { hash = (37 * hash) + FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getFrameLabelAnnotationsList().hashCode(); } if (getFaceDetectionAnnotationsCount() > 0) { hash = (37 * hash) + FACE_DETECTION_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getFaceDetectionAnnotationsList().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 (getPersonDetectionAnnotationsCount() > 0) { hash = (37 * hash) + PERSON_DETECTION_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getPersonDetectionAnnotationsList().hashCode(); } if (hasCelebrityRecognitionAnnotations()) { hash = (37 * hash) + CELEBRITY_RECOGNITION_ANNOTATIONS_FIELD_NUMBER; hash = (53 * hash) + getCelebrityRecognitionAnnotations().hashCode(); } if (hasError()) { hash = (37 * hash) + ERROR_FIELD_NUMBER; hash = (53 * hash) + getError().hashCode(); } hash = (29 * hash) + getUnknownFields().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) { getSegmentFieldBuilder(); getSegmentLabelAnnotationsFieldBuilder(); getSegmentPresenceLabelAnnotationsFieldBuilder(); getShotLabelAnnotationsFieldBuilder(); getShotPresenceLabelAnnotationsFieldBuilder(); getFrameLabelAnnotationsFieldBuilder(); getFaceDetectionAnnotationsFieldBuilder(); getShotAnnotationsFieldBuilder(); getExplicitAnnotationFieldBuilder(); getSpeechTranscriptionsFieldBuilder(); getTextAnnotationsFieldBuilder(); getObjectAnnotationsFieldBuilder(); getLogoRecognitionAnnotationsFieldBuilder(); getPersonDetectionAnnotationsFieldBuilder(); getCelebrityRecognitionAnnotationsFieldBuilder(); getErrorFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; inputUri_ = ""; segment_ = null; if (segmentBuilder_ != null) { segmentBuilder_.dispose(); segmentBuilder_ = null; } if (segmentLabelAnnotationsBuilder_ == null) { segmentLabelAnnotations_ = java.util.Collections.emptyList(); } else { segmentLabelAnnotations_ = null; segmentLabelAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); if (segmentPresenceLabelAnnotationsBuilder_ == null) { segmentPresenceLabelAnnotations_ = java.util.Collections.emptyList(); } else { segmentPresenceLabelAnnotations_ = null; segmentPresenceLabelAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); if (shotLabelAnnotationsBuilder_ == null) { shotLabelAnnotations_ = java.util.Collections.emptyList(); } else { shotLabelAnnotations_ = null; shotLabelAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000010); if (shotPresenceLabelAnnotationsBuilder_ == null) { shotPresenceLabelAnnotations_ = java.util.Collections.emptyList(); } else { shotPresenceLabelAnnotations_ = null; shotPresenceLabelAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000020); if (frameLabelAnnotationsBuilder_ == null) { frameLabelAnnotations_ = java.util.Collections.emptyList(); } else { frameLabelAnnotations_ = null; frameLabelAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000040); if (faceDetectionAnnotationsBuilder_ == null) { faceDetectionAnnotations_ = java.util.Collections.emptyList(); } else { faceDetectionAnnotations_ = null; faceDetectionAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000080); if (shotAnnotationsBuilder_ == null) { shotAnnotations_ = java.util.Collections.emptyList(); } else { shotAnnotations_ = null; shotAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000100); explicitAnnotation_ = null; if (explicitAnnotationBuilder_ != null) { explicitAnnotationBuilder_.dispose(); explicitAnnotationBuilder_ = null; } if (speechTranscriptionsBuilder_ == null) { speechTranscriptions_ = java.util.Collections.emptyList(); } else { speechTranscriptions_ = null; speechTranscriptionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000400); if (textAnnotationsBuilder_ == null) { textAnnotations_ = java.util.Collections.emptyList(); } else { textAnnotations_ = null; textAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000800); if (objectAnnotationsBuilder_ == null) { objectAnnotations_ = java.util.Collections.emptyList(); } else { objectAnnotations_ = null; objectAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00001000); if (logoRecognitionAnnotationsBuilder_ == null) { logoRecognitionAnnotations_ = java.util.Collections.emptyList(); } else { logoRecognitionAnnotations_ = null; logoRecognitionAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00002000); if (personDetectionAnnotationsBuilder_ == null) { personDetectionAnnotations_ = java.util.Collections.emptyList(); } else { personDetectionAnnotations_ = null; personDetectionAnnotationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00004000); celebrityRecognitionAnnotations_ = null; if (celebrityRecognitionAnnotationsBuilder_ != null) { celebrityRecognitionAnnotationsBuilder_.dispose(); celebrityRecognitionAnnotationsBuilder_ = null; } error_ = null; if (errorBuilder_ != null) { errorBuilder_.dispose(); 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); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults result) { if (segmentLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { segmentLabelAnnotations_ = java.util.Collections.unmodifiableList(segmentLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000004); } result.segmentLabelAnnotations_ = segmentLabelAnnotations_; } else { result.segmentLabelAnnotations_ = segmentLabelAnnotationsBuilder_.build(); } if (segmentPresenceLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { segmentPresenceLabelAnnotations_ = java.util.Collections.unmodifiableList(segmentPresenceLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000008); } result.segmentPresenceLabelAnnotations_ = segmentPresenceLabelAnnotations_; } else { result.segmentPresenceLabelAnnotations_ = segmentPresenceLabelAnnotationsBuilder_.build(); } if (shotLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000010) != 0)) { shotLabelAnnotations_ = java.util.Collections.unmodifiableList(shotLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000010); } result.shotLabelAnnotations_ = shotLabelAnnotations_; } else { result.shotLabelAnnotations_ = shotLabelAnnotationsBuilder_.build(); } if (shotPresenceLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000020) != 0)) { shotPresenceLabelAnnotations_ = java.util.Collections.unmodifiableList(shotPresenceLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000020); } result.shotPresenceLabelAnnotations_ = shotPresenceLabelAnnotations_; } else { result.shotPresenceLabelAnnotations_ = shotPresenceLabelAnnotationsBuilder_.build(); } if (frameLabelAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0)) { frameLabelAnnotations_ = java.util.Collections.unmodifiableList(frameLabelAnnotations_); bitField0_ = (bitField0_ & ~0x00000040); } result.frameLabelAnnotations_ = frameLabelAnnotations_; } else { result.frameLabelAnnotations_ = frameLabelAnnotationsBuilder_.build(); } if (faceDetectionAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0)) { faceDetectionAnnotations_ = java.util.Collections.unmodifiableList(faceDetectionAnnotations_); bitField0_ = (bitField0_ & ~0x00000080); } result.faceDetectionAnnotations_ = faceDetectionAnnotations_; } else { result.faceDetectionAnnotations_ = faceDetectionAnnotationsBuilder_.build(); } if (shotAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000100) != 0)) { shotAnnotations_ = java.util.Collections.unmodifiableList(shotAnnotations_); bitField0_ = (bitField0_ & ~0x00000100); } result.shotAnnotations_ = shotAnnotations_; } else { result.shotAnnotations_ = shotAnnotationsBuilder_.build(); } if (speechTranscriptionsBuilder_ == null) { if (((bitField0_ & 0x00000400) != 0)) { speechTranscriptions_ = java.util.Collections.unmodifiableList(speechTranscriptions_); bitField0_ = (bitField0_ & ~0x00000400); } result.speechTranscriptions_ = speechTranscriptions_; } else { result.speechTranscriptions_ = speechTranscriptionsBuilder_.build(); } if (textAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00000800) != 0)) { textAnnotations_ = java.util.Collections.unmodifiableList(textAnnotations_); bitField0_ = (bitField0_ & ~0x00000800); } result.textAnnotations_ = textAnnotations_; } else { result.textAnnotations_ = textAnnotationsBuilder_.build(); } if (objectAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00001000) != 0)) { objectAnnotations_ = java.util.Collections.unmodifiableList(objectAnnotations_); bitField0_ = (bitField0_ & ~0x00001000); } result.objectAnnotations_ = objectAnnotations_; } else { result.objectAnnotations_ = objectAnnotationsBuilder_.build(); } if (logoRecognitionAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00002000) != 0)) { logoRecognitionAnnotations_ = java.util.Collections.unmodifiableList(logoRecognitionAnnotations_); bitField0_ = (bitField0_ & ~0x00002000); } result.logoRecognitionAnnotations_ = logoRecognitionAnnotations_; } else { result.logoRecognitionAnnotations_ = logoRecognitionAnnotationsBuilder_.build(); } if (personDetectionAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00004000) != 0)) { personDetectionAnnotations_ = java.util.Collections.unmodifiableList(personDetectionAnnotations_); bitField0_ = (bitField0_ & ~0x00004000); } result.personDetectionAnnotations_ = personDetectionAnnotations_; } else { result.personDetectionAnnotations_ = personDetectionAnnotationsBuilder_.build(); } } private void buildPartial0( com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.inputUri_ = inputUri_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.segment_ = segmentBuilder_ == null ? segment_ : segmentBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000200) != 0)) { result.explicitAnnotation_ = explicitAnnotationBuilder_ == null ? explicitAnnotation_ : explicitAnnotationBuilder_.build(); to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00008000) != 0)) { result.celebrityRecognitionAnnotations_ = celebrityRecognitionAnnotationsBuilder_ == null ? celebrityRecognitionAnnotations_ : celebrityRecognitionAnnotationsBuilder_.build(); to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00010000) != 0)) { result.error_ = errorBuilder_ == null ? error_ : errorBuilder_.build(); to_bitField0_ |= 0x00000008; } result.bitField0_ |= to_bitField0_; } @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_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasSegment()) { mergeSegment(other.getSegment()); } if (segmentLabelAnnotationsBuilder_ == null) { if (!other.segmentLabelAnnotations_.isEmpty()) { if (segmentLabelAnnotations_.isEmpty()) { segmentLabelAnnotations_ = other.segmentLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.addAll(other.segmentLabelAnnotations_); } onChanged(); } } else { if (!other.segmentLabelAnnotations_.isEmpty()) { if (segmentLabelAnnotationsBuilder_.isEmpty()) { segmentLabelAnnotationsBuilder_.dispose(); segmentLabelAnnotationsBuilder_ = null; segmentLabelAnnotations_ = other.segmentLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000004); segmentLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSegmentLabelAnnotationsFieldBuilder() : null; } else { segmentLabelAnnotationsBuilder_.addAllMessages(other.segmentLabelAnnotations_); } } } if (segmentPresenceLabelAnnotationsBuilder_ == null) { if (!other.segmentPresenceLabelAnnotations_.isEmpty()) { if (segmentPresenceLabelAnnotations_.isEmpty()) { segmentPresenceLabelAnnotations_ = other.segmentPresenceLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.addAll(other.segmentPresenceLabelAnnotations_); } onChanged(); } } else { if (!other.segmentPresenceLabelAnnotations_.isEmpty()) { if (segmentPresenceLabelAnnotationsBuilder_.isEmpty()) { segmentPresenceLabelAnnotationsBuilder_.dispose(); segmentPresenceLabelAnnotationsBuilder_ = null; segmentPresenceLabelAnnotations_ = other.segmentPresenceLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000008); segmentPresenceLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getSegmentPresenceLabelAnnotationsFieldBuilder() : null; } else { segmentPresenceLabelAnnotationsBuilder_.addAllMessages( other.segmentPresenceLabelAnnotations_); } } } if (shotLabelAnnotationsBuilder_ == null) { if (!other.shotLabelAnnotations_.isEmpty()) { if (shotLabelAnnotations_.isEmpty()) { shotLabelAnnotations_ = other.shotLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000010); } else { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.addAll(other.shotLabelAnnotations_); } onChanged(); } } else { if (!other.shotLabelAnnotations_.isEmpty()) { if (shotLabelAnnotationsBuilder_.isEmpty()) { shotLabelAnnotationsBuilder_.dispose(); shotLabelAnnotationsBuilder_ = null; shotLabelAnnotations_ = other.shotLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000010); shotLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getShotLabelAnnotationsFieldBuilder() : null; } else { shotLabelAnnotationsBuilder_.addAllMessages(other.shotLabelAnnotations_); } } } if (shotPresenceLabelAnnotationsBuilder_ == null) { if (!other.shotPresenceLabelAnnotations_.isEmpty()) { if (shotPresenceLabelAnnotations_.isEmpty()) { shotPresenceLabelAnnotations_ = other.shotPresenceLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000020); } else { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.addAll(other.shotPresenceLabelAnnotations_); } onChanged(); } } else { if (!other.shotPresenceLabelAnnotations_.isEmpty()) { if (shotPresenceLabelAnnotationsBuilder_.isEmpty()) { shotPresenceLabelAnnotationsBuilder_.dispose(); shotPresenceLabelAnnotationsBuilder_ = null; shotPresenceLabelAnnotations_ = other.shotPresenceLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000020); shotPresenceLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getShotPresenceLabelAnnotationsFieldBuilder() : null; } else { shotPresenceLabelAnnotationsBuilder_.addAllMessages( other.shotPresenceLabelAnnotations_); } } } if (frameLabelAnnotationsBuilder_ == null) { if (!other.frameLabelAnnotations_.isEmpty()) { if (frameLabelAnnotations_.isEmpty()) { frameLabelAnnotations_ = other.frameLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.addAll(other.frameLabelAnnotations_); } onChanged(); } } else { if (!other.frameLabelAnnotations_.isEmpty()) { if (frameLabelAnnotationsBuilder_.isEmpty()) { frameLabelAnnotationsBuilder_.dispose(); frameLabelAnnotationsBuilder_ = null; frameLabelAnnotations_ = other.frameLabelAnnotations_; bitField0_ = (bitField0_ & ~0x00000040); frameLabelAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFrameLabelAnnotationsFieldBuilder() : null; } else { frameLabelAnnotationsBuilder_.addAllMessages(other.frameLabelAnnotations_); } } } if (faceDetectionAnnotationsBuilder_ == null) { if (!other.faceDetectionAnnotations_.isEmpty()) { if (faceDetectionAnnotations_.isEmpty()) { faceDetectionAnnotations_ = other.faceDetectionAnnotations_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.addAll(other.faceDetectionAnnotations_); } onChanged(); } } else { if (!other.faceDetectionAnnotations_.isEmpty()) { if (faceDetectionAnnotationsBuilder_.isEmpty()) { faceDetectionAnnotationsBuilder_.dispose(); faceDetectionAnnotationsBuilder_ = null; faceDetectionAnnotations_ = other.faceDetectionAnnotations_; bitField0_ = (bitField0_ & ~0x00000080); faceDetectionAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getFaceDetectionAnnotationsFieldBuilder() : null; } else { faceDetectionAnnotationsBuilder_.addAllMessages(other.faceDetectionAnnotations_); } } } if (shotAnnotationsBuilder_ == null) { if (!other.shotAnnotations_.isEmpty()) { if (shotAnnotations_.isEmpty()) { shotAnnotations_ = other.shotAnnotations_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensureShotAnnotationsIsMutable(); shotAnnotations_.addAll(other.shotAnnotations_); } onChanged(); } } else { if (!other.shotAnnotations_.isEmpty()) { if (shotAnnotationsBuilder_.isEmpty()) { shotAnnotationsBuilder_.dispose(); shotAnnotationsBuilder_ = null; shotAnnotations_ = other.shotAnnotations_; bitField0_ = (bitField0_ & ~0x00000100); 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_ & ~0x00000400); } else { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.addAll(other.speechTranscriptions_); } onChanged(); } } else { if (!other.speechTranscriptions_.isEmpty()) { if (speechTranscriptionsBuilder_.isEmpty()) { speechTranscriptionsBuilder_.dispose(); speechTranscriptionsBuilder_ = null; speechTranscriptions_ = other.speechTranscriptions_; bitField0_ = (bitField0_ & ~0x00000400); 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_ & ~0x00000800); } else { ensureTextAnnotationsIsMutable(); textAnnotations_.addAll(other.textAnnotations_); } onChanged(); } } else { if (!other.textAnnotations_.isEmpty()) { if (textAnnotationsBuilder_.isEmpty()) { textAnnotationsBuilder_.dispose(); textAnnotationsBuilder_ = null; textAnnotations_ = other.textAnnotations_; bitField0_ = (bitField0_ & ~0x00000800); 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_ & ~0x00001000); } else { ensureObjectAnnotationsIsMutable(); objectAnnotations_.addAll(other.objectAnnotations_); } onChanged(); } } else { if (!other.objectAnnotations_.isEmpty()) { if (objectAnnotationsBuilder_.isEmpty()) { objectAnnotationsBuilder_.dispose(); objectAnnotationsBuilder_ = null; objectAnnotations_ = other.objectAnnotations_; bitField0_ = (bitField0_ & ~0x00001000); 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_ & ~0x00002000); } else { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.addAll(other.logoRecognitionAnnotations_); } onChanged(); } } else { if (!other.logoRecognitionAnnotations_.isEmpty()) { if (logoRecognitionAnnotationsBuilder_.isEmpty()) { logoRecognitionAnnotationsBuilder_.dispose(); logoRecognitionAnnotationsBuilder_ = null; logoRecognitionAnnotations_ = other.logoRecognitionAnnotations_; bitField0_ = (bitField0_ & ~0x00002000); logoRecognitionAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getLogoRecognitionAnnotationsFieldBuilder() : null; } else { logoRecognitionAnnotationsBuilder_.addAllMessages(other.logoRecognitionAnnotations_); } } } if (personDetectionAnnotationsBuilder_ == null) { if (!other.personDetectionAnnotations_.isEmpty()) { if (personDetectionAnnotations_.isEmpty()) { personDetectionAnnotations_ = other.personDetectionAnnotations_; bitField0_ = (bitField0_ & ~0x00004000); } else { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.addAll(other.personDetectionAnnotations_); } onChanged(); } } else { if (!other.personDetectionAnnotations_.isEmpty()) { if (personDetectionAnnotationsBuilder_.isEmpty()) { personDetectionAnnotationsBuilder_.dispose(); personDetectionAnnotationsBuilder_ = null; personDetectionAnnotations_ = other.personDetectionAnnotations_; bitField0_ = (bitField0_ & ~0x00004000); personDetectionAnnotationsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPersonDetectionAnnotationsFieldBuilder() : null; } else { personDetectionAnnotationsBuilder_.addAllMessages(other.personDetectionAnnotations_); } } } if (other.hasCelebrityRecognitionAnnotations()) { mergeCelebrityRecognitionAnnotations(other.getCelebrityRecognitionAnnotations()); } if (other.hasError()) { mergeError(other.getError()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { inputUri_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 18: { com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry); if (segmentLabelAnnotationsBuilder_ == null) { ensureSegmentLabelAnnotationsIsMutable(); segmentLabelAnnotations_.add(m); } else { segmentLabelAnnotationsBuilder_.addMessage(m); } break; } // case 18 case 26: { com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry); if (shotLabelAnnotationsBuilder_ == null) { ensureShotLabelAnnotationsIsMutable(); shotLabelAnnotations_.add(m); } else { shotLabelAnnotationsBuilder_.addMessage(m); } break; } // case 26 case 34: { com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry); if (frameLabelAnnotationsBuilder_ == null) { ensureFrameLabelAnnotationsIsMutable(); frameLabelAnnotations_.add(m); } else { frameLabelAnnotationsBuilder_.addMessage(m); } break; } // case 34 case 50: { com.google.cloud.videointelligence.v1p3beta1.VideoSegment m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.VideoSegment.parser(), extensionRegistry); if (shotAnnotationsBuilder_ == null) { ensureShotAnnotationsIsMutable(); shotAnnotations_.add(m); } else { shotAnnotationsBuilder_.addMessage(m); } break; } // case 50 case 58: { input.readMessage( getExplicitAnnotationFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000200; break; } // case 58 case 74: { input.readMessage(getErrorFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00010000; break; } // case 74 case 82: { input.readMessage(getSegmentFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000002; break; } // case 82 case 90: { com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription.parser(), extensionRegistry); if (speechTranscriptionsBuilder_ == null) { ensureSpeechTranscriptionsIsMutable(); speechTranscriptions_.add(m); } else { speechTranscriptionsBuilder_.addMessage(m); } break; } // case 90 case 98: { com.google.cloud.videointelligence.v1p3beta1.TextAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.TextAnnotation.parser(), extensionRegistry); if (textAnnotationsBuilder_ == null) { ensureTextAnnotationsIsMutable(); textAnnotations_.add(m); } else { textAnnotationsBuilder_.addMessage(m); } break; } // case 98 case 106: { com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation .parser(), extensionRegistry); if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.add(m); } else { faceDetectionAnnotationsBuilder_.addMessage(m); } break; } // case 106 case 114: { com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation .parser(), extensionRegistry); if (objectAnnotationsBuilder_ == null) { ensureObjectAnnotationsIsMutable(); objectAnnotations_.add(m); } else { objectAnnotationsBuilder_.addMessage(m); } break; } // case 114 case 154: { com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation .parser(), extensionRegistry); if (logoRecognitionAnnotationsBuilder_ == null) { ensureLogoRecognitionAnnotationsIsMutable(); logoRecognitionAnnotations_.add(m); } else { logoRecognitionAnnotationsBuilder_.addMessage(m); } break; } // case 154 case 162: { com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation .parser(), extensionRegistry); if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.add(m); } else { personDetectionAnnotationsBuilder_.addMessage(m); } break; } // case 162 case 170: { input.readMessage( getCelebrityRecognitionAnnotationsFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00008000; break; } // case 170 case 186: { com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry); if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.add(m); } else { segmentPresenceLabelAnnotationsBuilder_.addMessage(m); } break; } // case 186 case 194: { com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation m = input.readMessage( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.parser(), extensionRegistry); if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.add(m); } else { shotPresenceLabelAnnotationsBuilder_.addMessage(m); } break; } // case 194 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object inputUri_ = ""; /** * * *
     * Video file location in
     * [Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; * * @return The inputUri. */ 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
     * [Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; * * @return The bytes for inputUri. */ 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
     * [Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; * * @param value The inputUri to set. * @return This builder for chaining. */ public Builder setInputUri(java.lang.String value) { if (value == null) { throw new NullPointerException(); } inputUri_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * Video file location in
     * [Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; * * @return This builder for chaining. */ public Builder clearInputUri() { inputUri_ = getDefaultInstance().getInputUri(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** * * *
     * Video file location in
     * [Cloud Storage](https://cloud.google.com/storage/).
     * 
* * string input_uri = 1; * * @param value The bytes for inputUri to set. * @return This builder for chaining. */ public Builder setInputUriBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); inputUri_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private com.google.cloud.videointelligence.v1p3beta1.VideoSegment segment_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> segmentBuilder_; /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; * * @return Whether the segment field is set. */ public boolean hasSegment() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; * * @return The segment. */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment getSegment() { if (segmentBuilder_ == null) { return segment_ == null ? com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance() : segment_; } else { return segmentBuilder_.getMessage(); } } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public Builder setSegment(com.google.cloud.videointelligence.v1p3beta1.VideoSegment value) { if (segmentBuilder_ == null) { if (value == null) { throw new NullPointerException(); } segment_ = value; } else { segmentBuilder_.setMessage(value); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public Builder setSegment( com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder builderForValue) { if (segmentBuilder_ == null) { segment_ = builderForValue.build(); } else { segmentBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public Builder mergeSegment(com.google.cloud.videointelligence.v1p3beta1.VideoSegment value) { if (segmentBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0) && segment_ != null && segment_ != com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance()) { getSegmentBuilder().mergeFrom(value); } else { segment_ = value; } } else { segmentBuilder_.mergeFrom(value); } if (segment_ != null) { bitField0_ |= 0x00000002; onChanged(); } return this; } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public Builder clearSegment() { bitField0_ = (bitField0_ & ~0x00000002); segment_ = null; if (segmentBuilder_ != null) { segmentBuilder_.dispose(); segmentBuilder_ = null; } onChanged(); return this; } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder getSegmentBuilder() { bitField0_ |= 0x00000002; onChanged(); return getSegmentFieldBuilder().getBuilder(); } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ public com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSegmentOrBuilder() { if (segmentBuilder_ != null) { return segmentBuilder_.getMessageOrBuilder(); } else { return segment_ == null ? com.google.cloud.videointelligence.v1p3beta1.VideoSegment.getDefaultInstance() : segment_; } } /** * * *
     * Video segment on which the annotation is run.
     * 
* * .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> getSegmentFieldBuilder() { if (segmentBuilder_ == null) { segmentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.VideoSegment, com.google.cloud.videointelligence.v1p3beta1.VideoSegment.Builder, com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder>( getSegment(), getParentForChildren(), isClean()); segment_ = null; } return segmentBuilder_; } private java.util.List segmentLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureSegmentLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { segmentLabelAnnotations_ = new java.util.ArrayList( segmentLabelAnnotations_); 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> segmentLabelAnnotationsBuilder_; /** * * *
     * Topical 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(); } } /** * * *
     * Topical 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(); } } /** * * *
     * Topical 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); } } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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_ & ~0x00000004); onChanged(); } else { segmentLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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); } /** * * *
     * Topical 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); } } /** * * *
     * Topical 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_); } } /** * * *
     * Topical 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()); } /** * * *
     * Topical 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()); } /** * * *
     * Topical 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_ & 0x00000004) != 0), getParentForChildren(), isClean()); segmentLabelAnnotations_ = null; } return segmentLabelAnnotationsBuilder_; } private java.util.List segmentPresenceLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureSegmentPresenceLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { segmentPresenceLabelAnnotations_ = new java.util.ArrayList( segmentPresenceLabelAnnotations_); 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> segmentPresenceLabelAnnotationsBuilder_; /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public java.util.List getSegmentPresenceLabelAnnotationsList() { if (segmentPresenceLabelAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(segmentPresenceLabelAnnotations_); } else { return segmentPresenceLabelAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public int getSegmentPresenceLabelAnnotationsCount() { if (segmentPresenceLabelAnnotationsBuilder_ == null) { return segmentPresenceLabelAnnotations_.size(); } else { return segmentPresenceLabelAnnotationsBuilder_.getCount(); } } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getSegmentPresenceLabelAnnotations(int index) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { return segmentPresenceLabelAnnotations_.get(index); } else { return segmentPresenceLabelAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder setSegmentPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.set(index, value); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder setSegmentPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.set(index, builderForValue.build()); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder addSegmentPresenceLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.add(value); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder addSegmentPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.add(index, value); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder addSegmentPresenceLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.add(builderForValue.build()); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder addSegmentPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.add(index, builderForValue.build()); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder addAllSegmentPresenceLabelAnnotations( java.lang.Iterable values) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, segmentPresenceLabelAnnotations_); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder clearSegmentPresenceLabelAnnotations() { if (segmentPresenceLabelAnnotationsBuilder_ == null) { segmentPresenceLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public Builder removeSegmentPresenceLabelAnnotations(int index) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { ensureSegmentPresenceLabelAnnotationsIsMutable(); segmentPresenceLabelAnnotations_.remove(index); onChanged(); } else { segmentPresenceLabelAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder getSegmentPresenceLabelAnnotationsBuilder(int index) { return getSegmentPresenceLabelAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getSegmentPresenceLabelAnnotationsOrBuilder(int index) { if (segmentPresenceLabelAnnotationsBuilder_ == null) { return segmentPresenceLabelAnnotations_.get(index); } else { return segmentPresenceLabelAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getSegmentPresenceLabelAnnotationsOrBuilderList() { if (segmentPresenceLabelAnnotationsBuilder_ != null) { return segmentPresenceLabelAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(segmentPresenceLabelAnnotations_); } } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addSegmentPresenceLabelAnnotationsBuilder() { return getSegmentPresenceLabelAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addSegmentPresenceLabelAnnotationsBuilder(int index) { return getSegmentPresenceLabelAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Presence label annotations on video level or user-specified segment level.
     * There is exactly one element for each unique label. Compared to the
     * existing topical `segment_label_annotations`, this field presents more
     * fine-grained, segment-level labels detected in video content and is made
     * available only when the client sets `LabelDetectionConfig.model` to
     * "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23; * */ public java.util.List getSegmentPresenceLabelAnnotationsBuilderList() { return getSegmentPresenceLabelAnnotationsFieldBuilder().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> getSegmentPresenceLabelAnnotationsFieldBuilder() { if (segmentPresenceLabelAnnotationsBuilder_ == null) { segmentPresenceLabelAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>( segmentPresenceLabelAnnotations_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); segmentPresenceLabelAnnotations_ = null; } return segmentPresenceLabelAnnotationsBuilder_; } private java.util.List shotLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureShotLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000010) != 0)) { shotLabelAnnotations_ = new java.util.ArrayList( shotLabelAnnotations_); bitField0_ |= 0x00000010; } } 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_; /** * * *
     * Topical 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(); } } /** * * *
     * Topical 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(); } } /** * * *
     * Topical 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); } } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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_ & ~0x00000010); onChanged(); } else { shotLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Topical 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; } /** * * *
     * Topical 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); } /** * * *
     * Topical 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); } } /** * * *
     * Topical 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_); } } /** * * *
     * Topical 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()); } /** * * *
     * Topical 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()); } /** * * *
     * Topical 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_ & 0x00000010) != 0), getParentForChildren(), isClean()); shotLabelAnnotations_ = null; } return shotLabelAnnotationsBuilder_; } private java.util.List shotPresenceLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureShotPresenceLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000020) != 0)) { shotPresenceLabelAnnotations_ = new java.util.ArrayList( shotPresenceLabelAnnotations_); bitField0_ |= 0x00000020; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> shotPresenceLabelAnnotationsBuilder_; /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public java.util.List getShotPresenceLabelAnnotationsList() { if (shotPresenceLabelAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(shotPresenceLabelAnnotations_); } else { return shotPresenceLabelAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public int getShotPresenceLabelAnnotationsCount() { if (shotPresenceLabelAnnotationsBuilder_ == null) { return shotPresenceLabelAnnotations_.size(); } else { return shotPresenceLabelAnnotationsBuilder_.getCount(); } } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getShotPresenceLabelAnnotations(int index) { if (shotPresenceLabelAnnotationsBuilder_ == null) { return shotPresenceLabelAnnotations_.get(index); } else { return shotPresenceLabelAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder setShotPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.set(index, value); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder setShotPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.set(index, builderForValue.build()); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder addShotPresenceLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.add(value); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder addShotPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation value) { if (shotPresenceLabelAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.add(index, value); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder addShotPresenceLabelAnnotations( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.add(builderForValue.build()); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder addShotPresenceLabelAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder builderForValue) { if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.add(index, builderForValue.build()); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder addAllShotPresenceLabelAnnotations( java.lang.Iterable values) { if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, shotPresenceLabelAnnotations_); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder clearShotPresenceLabelAnnotations() { if (shotPresenceLabelAnnotationsBuilder_ == null) { shotPresenceLabelAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public Builder removeShotPresenceLabelAnnotations(int index) { if (shotPresenceLabelAnnotationsBuilder_ == null) { ensureShotPresenceLabelAnnotationsIsMutable(); shotPresenceLabelAnnotations_.remove(index); onChanged(); } else { shotPresenceLabelAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder getShotPresenceLabelAnnotationsBuilder(int index) { return getShotPresenceLabelAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder getShotPresenceLabelAnnotationsOrBuilder(int index) { if (shotPresenceLabelAnnotationsBuilder_ == null) { return shotPresenceLabelAnnotations_.get(index); } else { return shotPresenceLabelAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> getShotPresenceLabelAnnotationsOrBuilderList() { if (shotPresenceLabelAnnotationsBuilder_ != null) { return shotPresenceLabelAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(shotPresenceLabelAnnotations_); } } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addShotPresenceLabelAnnotationsBuilder() { return getShotPresenceLabelAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder addShotPresenceLabelAnnotationsBuilder(int index) { return getShotPresenceLabelAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.getDefaultInstance()); } /** * * *
     * Presence label annotations on shot level. There is exactly one element for
     * each unique label. Compared to the existing topical
     * `shot_label_annotations`, this field presents more fine-grained, shot-level
     * labels detected in video content and is made available only when the client
     * sets `LabelDetectionConfig.model` to "builtin/latest" in the request.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24; * */ public java.util.List getShotPresenceLabelAnnotationsBuilderList() { return getShotPresenceLabelAnnotationsFieldBuilder().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> getShotPresenceLabelAnnotationsFieldBuilder() { if (shotPresenceLabelAnnotationsBuilder_ == null) { shotPresenceLabelAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>( shotPresenceLabelAnnotations_, ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); shotPresenceLabelAnnotations_ = null; } return shotPresenceLabelAnnotationsBuilder_; } private java.util.List frameLabelAnnotations_ = java.util.Collections.emptyList(); private void ensureFrameLabelAnnotationsIsMutable() { if (!((bitField0_ & 0x00000040) != 0)) { frameLabelAnnotations_ = new java.util.ArrayList( frameLabelAnnotations_); bitField0_ |= 0x00000040; } } 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_ & ~0x00000040); 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_ & 0x00000040) != 0), getParentForChildren(), isClean()); frameLabelAnnotations_ = null; } return frameLabelAnnotationsBuilder_; } private java.util.List faceDetectionAnnotations_ = java.util.Collections.emptyList(); private void ensureFaceDetectionAnnotationsIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { faceDetectionAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation>( faceDetectionAnnotations_); bitField0_ |= 0x00000080; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder> faceDetectionAnnotationsBuilder_; /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public java.util.List getFaceDetectionAnnotationsList() { if (faceDetectionAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(faceDetectionAnnotations_); } else { return faceDetectionAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public int getFaceDetectionAnnotationsCount() { if (faceDetectionAnnotationsBuilder_ == null) { return faceDetectionAnnotations_.size(); } else { return faceDetectionAnnotationsBuilder_.getCount(); } } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation getFaceDetectionAnnotations(int index) { if (faceDetectionAnnotationsBuilder_ == null) { return faceDetectionAnnotations_.get(index); } else { return faceDetectionAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder setFaceDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation value) { if (faceDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.set(index, value); onChanged(); } else { faceDetectionAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder setFaceDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder builderForValue) { if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.set(index, builderForValue.build()); onChanged(); } else { faceDetectionAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder addFaceDetectionAnnotations( com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation value) { if (faceDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.add(value); onChanged(); } else { faceDetectionAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder addFaceDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation value) { if (faceDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.add(index, value); onChanged(); } else { faceDetectionAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder addFaceDetectionAnnotations( com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder builderForValue) { if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.add(builderForValue.build()); onChanged(); } else { faceDetectionAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder addFaceDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder builderForValue) { if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.add(index, builderForValue.build()); onChanged(); } else { faceDetectionAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder addAllFaceDetectionAnnotations( java.lang.Iterable< ? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation> values) { if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, faceDetectionAnnotations_); onChanged(); } else { faceDetectionAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder clearFaceDetectionAnnotations() { if (faceDetectionAnnotationsBuilder_ == null) { faceDetectionAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); } else { faceDetectionAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public Builder removeFaceDetectionAnnotations(int index) { if (faceDetectionAnnotationsBuilder_ == null) { ensureFaceDetectionAnnotationsIsMutable(); faceDetectionAnnotations_.remove(index); onChanged(); } else { faceDetectionAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder getFaceDetectionAnnotationsBuilder(int index) { return getFaceDetectionAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder getFaceDetectionAnnotationsOrBuilder(int index) { if (faceDetectionAnnotationsBuilder_ == null) { return faceDetectionAnnotations_.get(index); } else { return faceDetectionAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsOrBuilderList() { if (faceDetectionAnnotationsBuilder_ != null) { return faceDetectionAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(faceDetectionAnnotations_); } } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder addFaceDetectionAnnotationsBuilder() { return getFaceDetectionAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation .getDefaultInstance()); } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder addFaceDetectionAnnotationsBuilder(int index) { return getFaceDetectionAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation .getDefaultInstance()); } /** * * *
     * Face detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13; * */ public java.util.List< com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder> getFaceDetectionAnnotationsBuilderList() { return getFaceDetectionAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsFieldBuilder() { if (faceDetectionAnnotationsBuilder_ == null) { faceDetectionAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder>( faceDetectionAnnotations_, ((bitField0_ & 0x00000080) != 0), getParentForChildren(), isClean()); faceDetectionAnnotations_ = null; } return faceDetectionAnnotationsBuilder_; } private java.util.List shotAnnotations_ = java.util.Collections.emptyList(); private void ensureShotAnnotationsIsMutable() { if (!((bitField0_ & 0x00000100) != 0)) { shotAnnotations_ = new java.util.ArrayList( shotAnnotations_); bitField0_ |= 0x00000100; } } 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_ & ~0x00000100); 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_ & 0x00000100) != 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; * * * @return Whether the explicitAnnotation field is set. */ public boolean hasExplicitAnnotation() { return ((bitField0_ & 0x00000200) != 0); } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * * * @return The explicitAnnotation. */ 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; } else { explicitAnnotationBuilder_.setMessage(value); } bitField0_ |= 0x00000200; onChanged(); 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(); } else { explicitAnnotationBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000200; onChanged(); 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 (((bitField0_ & 0x00000200) != 0) && explicitAnnotation_ != null && explicitAnnotation_ != com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation .getDefaultInstance()) { getExplicitAnnotationBuilder().mergeFrom(value); } else { explicitAnnotation_ = value; } } else { explicitAnnotationBuilder_.mergeFrom(value); } if (explicitAnnotation_ != null) { bitField0_ |= 0x00000200; onChanged(); } return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public Builder clearExplicitAnnotation() { bitField0_ = (bitField0_ & ~0x00000200); explicitAnnotation_ = null; if (explicitAnnotationBuilder_ != null) { explicitAnnotationBuilder_.dispose(); explicitAnnotationBuilder_ = null; } onChanged(); return this; } /** * * *
     * Explicit content annotation.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7; * */ public com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder() { bitField0_ |= 0x00000200; 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_ & 0x00000400) != 0)) { speechTranscriptions_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription>( speechTranscriptions_); bitField0_ |= 0x00000400; } } 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_ & ~0x00000400); 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_ & 0x00000400) != 0), getParentForChildren(), isClean()); speechTranscriptions_ = null; } return speechTranscriptionsBuilder_; } private java.util.List textAnnotations_ = java.util.Collections.emptyList(); private void ensureTextAnnotationsIsMutable() { if (!((bitField0_ & 0x00000800) != 0)) { textAnnotations_ = new java.util.ArrayList( textAnnotations_); bitField0_ |= 0x00000800; } } 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_ & ~0x00000800); 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_ & 0x00000800) != 0), getParentForChildren(), isClean()); textAnnotations_ = null; } return textAnnotationsBuilder_; } private java.util.List objectAnnotations_ = java.util.Collections.emptyList(); private void ensureObjectAnnotationsIsMutable() { if (!((bitField0_ & 0x00001000) != 0)) { objectAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation>( objectAnnotations_); bitField0_ |= 0x00001000; } } 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_ & ~0x00001000); 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_ & 0x00001000) != 0), getParentForChildren(), isClean()); objectAnnotations_ = null; } return objectAnnotationsBuilder_; } private java.util.List logoRecognitionAnnotations_ = java.util.Collections.emptyList(); private void ensureLogoRecognitionAnnotationsIsMutable() { if (!((bitField0_ & 0x00002000) != 0)) { logoRecognitionAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation>( logoRecognitionAnnotations_); bitField0_ |= 0x00002000; } } 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_ & ~0x00002000); 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_ & 0x00002000) != 0), getParentForChildren(), isClean()); logoRecognitionAnnotations_ = null; } return logoRecognitionAnnotationsBuilder_; } private java.util.List personDetectionAnnotations_ = java.util.Collections.emptyList(); private void ensurePersonDetectionAnnotationsIsMutable() { if (!((bitField0_ & 0x00004000) != 0)) { personDetectionAnnotations_ = new java.util.ArrayList< com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation>( personDetectionAnnotations_); bitField0_ |= 0x00004000; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder> personDetectionAnnotationsBuilder_; /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public java.util.List getPersonDetectionAnnotationsList() { if (personDetectionAnnotationsBuilder_ == null) { return java.util.Collections.unmodifiableList(personDetectionAnnotations_); } else { return personDetectionAnnotationsBuilder_.getMessageList(); } } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public int getPersonDetectionAnnotationsCount() { if (personDetectionAnnotationsBuilder_ == null) { return personDetectionAnnotations_.size(); } else { return personDetectionAnnotationsBuilder_.getCount(); } } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation getPersonDetectionAnnotations(int index) { if (personDetectionAnnotationsBuilder_ == null) { return personDetectionAnnotations_.get(index); } else { return personDetectionAnnotationsBuilder_.getMessage(index); } } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder setPersonDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation value) { if (personDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.set(index, value); onChanged(); } else { personDetectionAnnotationsBuilder_.setMessage(index, value); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder setPersonDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder builderForValue) { if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.set(index, builderForValue.build()); onChanged(); } else { personDetectionAnnotationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder addPersonDetectionAnnotations( com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation value) { if (personDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.add(value); onChanged(); } else { personDetectionAnnotationsBuilder_.addMessage(value); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder addPersonDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation value) { if (personDetectionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.add(index, value); onChanged(); } else { personDetectionAnnotationsBuilder_.addMessage(index, value); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder addPersonDetectionAnnotations( com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder builderForValue) { if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.add(builderForValue.build()); onChanged(); } else { personDetectionAnnotationsBuilder_.addMessage(builderForValue.build()); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder addPersonDetectionAnnotations( int index, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder builderForValue) { if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.add(index, builderForValue.build()); onChanged(); } else { personDetectionAnnotationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder addAllPersonDetectionAnnotations( java.lang.Iterable< ? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation> values) { if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll(values, personDetectionAnnotations_); onChanged(); } else { personDetectionAnnotationsBuilder_.addAllMessages(values); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder clearPersonDetectionAnnotations() { if (personDetectionAnnotationsBuilder_ == null) { personDetectionAnnotations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00004000); onChanged(); } else { personDetectionAnnotationsBuilder_.clear(); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public Builder removePersonDetectionAnnotations(int index) { if (personDetectionAnnotationsBuilder_ == null) { ensurePersonDetectionAnnotationsIsMutable(); personDetectionAnnotations_.remove(index); onChanged(); } else { personDetectionAnnotationsBuilder_.remove(index); } return this; } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder getPersonDetectionAnnotationsBuilder(int index) { return getPersonDetectionAnnotationsFieldBuilder().getBuilder(index); } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder getPersonDetectionAnnotationsOrBuilder(int index) { if (personDetectionAnnotationsBuilder_ == null) { return personDetectionAnnotations_.get(index); } else { return personDetectionAnnotationsBuilder_.getMessageOrBuilder(index); } } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public java.util.List< ? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsOrBuilderList() { if (personDetectionAnnotationsBuilder_ != null) { return personDetectionAnnotationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(personDetectionAnnotations_); } } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder addPersonDetectionAnnotationsBuilder() { return getPersonDetectionAnnotationsFieldBuilder() .addBuilder( com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation .getDefaultInstance()); } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder addPersonDetectionAnnotationsBuilder(int index) { return getPersonDetectionAnnotationsFieldBuilder() .addBuilder( index, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation .getDefaultInstance()); } /** * * *
     * Person detection annotations.
     * 
* * * repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20; * */ public java.util.List< com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder> getPersonDetectionAnnotationsBuilderList() { return getPersonDetectionAnnotationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsFieldBuilder() { if (personDetectionAnnotationsBuilder_ == null) { personDetectionAnnotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder>( personDetectionAnnotations_, ((bitField0_ & 0x00004000) != 0), getParentForChildren(), isClean()); personDetectionAnnotations_ = null; } return personDetectionAnnotationsBuilder_; } private com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrityRecognitionAnnotations_; private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotationOrBuilder> celebrityRecognitionAnnotationsBuilder_; /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * * * @return Whether the celebrityRecognitionAnnotations field is set. */ public boolean hasCelebrityRecognitionAnnotations() { return ((bitField0_ & 0x00008000) != 0); } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * * * @return The celebrityRecognitionAnnotations. */ public com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation getCelebrityRecognitionAnnotations() { if (celebrityRecognitionAnnotationsBuilder_ == null) { return celebrityRecognitionAnnotations_ == null ? com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation .getDefaultInstance() : celebrityRecognitionAnnotations_; } else { return celebrityRecognitionAnnotationsBuilder_.getMessage(); } } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public Builder setCelebrityRecognitionAnnotations( com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation value) { if (celebrityRecognitionAnnotationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } celebrityRecognitionAnnotations_ = value; } else { celebrityRecognitionAnnotationsBuilder_.setMessage(value); } bitField0_ |= 0x00008000; onChanged(); return this; } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public Builder setCelebrityRecognitionAnnotations( com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation.Builder builderForValue) { if (celebrityRecognitionAnnotationsBuilder_ == null) { celebrityRecognitionAnnotations_ = builderForValue.build(); } else { celebrityRecognitionAnnotationsBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00008000; onChanged(); return this; } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public Builder mergeCelebrityRecognitionAnnotations( com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation value) { if (celebrityRecognitionAnnotationsBuilder_ == null) { if (((bitField0_ & 0x00008000) != 0) && celebrityRecognitionAnnotations_ != null && celebrityRecognitionAnnotations_ != com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation .getDefaultInstance()) { getCelebrityRecognitionAnnotationsBuilder().mergeFrom(value); } else { celebrityRecognitionAnnotations_ = value; } } else { celebrityRecognitionAnnotationsBuilder_.mergeFrom(value); } if (celebrityRecognitionAnnotations_ != null) { bitField0_ |= 0x00008000; onChanged(); } return this; } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public Builder clearCelebrityRecognitionAnnotations() { bitField0_ = (bitField0_ & ~0x00008000); celebrityRecognitionAnnotations_ = null; if (celebrityRecognitionAnnotationsBuilder_ != null) { celebrityRecognitionAnnotationsBuilder_.dispose(); celebrityRecognitionAnnotationsBuilder_ = null; } onChanged(); return this; } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation.Builder getCelebrityRecognitionAnnotationsBuilder() { bitField0_ |= 0x00008000; onChanged(); return getCelebrityRecognitionAnnotationsFieldBuilder().getBuilder(); } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ public com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotationOrBuilder getCelebrityRecognitionAnnotationsOrBuilder() { if (celebrityRecognitionAnnotationsBuilder_ != null) { return celebrityRecognitionAnnotationsBuilder_.getMessageOrBuilder(); } else { return celebrityRecognitionAnnotations_ == null ? com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation .getDefaultInstance() : celebrityRecognitionAnnotations_; } } /** * * *
     * Celebrity recognition annotations.
     * 
* * * .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21; * */ private com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotationOrBuilder> getCelebrityRecognitionAnnotationsFieldBuilder() { if (celebrityRecognitionAnnotationsBuilder_ == null) { celebrityRecognitionAnnotationsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation, com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation.Builder, com.google.cloud.videointelligence.v1p3beta1 .CelebrityRecognitionAnnotationOrBuilder>( getCelebrityRecognitionAnnotations(), getParentForChildren(), isClean()); celebrityRecognitionAnnotations_ = null; } return celebrityRecognitionAnnotationsBuilder_; } 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; * * @return Whether the error field is set. */ public boolean hasError() { return ((bitField0_ & 0x00010000) != 0); } /** * * *
     * If set, indicates an error. Note that for a single `AnnotateVideoRequest`
     * some videos may succeed and some may fail.
     * 
* * .google.rpc.Status error = 9; * * @return The error. */ 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; } else { errorBuilder_.setMessage(value); } bitField0_ |= 0x00010000; onChanged(); 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(); } else { errorBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00010000; onChanged(); 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 (((bitField0_ & 0x00010000) != 0) && error_ != null && error_ != com.google.rpc.Status.getDefaultInstance()) { getErrorBuilder().mergeFrom(value); } else { error_ = value; } } else { errorBuilder_.mergeFrom(value); } if (error_ != null) { bitField0_ |= 0x00010000; onChanged(); } 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() { bitField0_ = (bitField0_ & ~0x00010000); error_ = null; if (errorBuilder_ != null) { errorBuilder_.dispose(); errorBuilder_ = null; } onChanged(); 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() { bitField0_ |= 0x00010000; 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 { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; 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