Class VideoAnnotationResults.Builder (2.36.0)

public static final class VideoAnnotationResults.Builder extends GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder

Annotation results for a single video.

Protobuf type google.cloud.videointelligence.v1.VideoAnnotationResults

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values) (deprecated)

public VideoAnnotationResults.Builder addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.FaceAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllFaceDetectionAnnotations(Iterable<? extends FaceDetectionAnnotation> values)

public VideoAnnotationResults.Builder addAllFaceDetectionAnnotations(Iterable<? extends FaceDetectionAnnotation> values)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.FaceDetectionAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LabelAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllLogoRecognitionAnnotations(Iterable<? extends LogoRecognitionAnnotation> values)

public VideoAnnotationResults.Builder addAllLogoRecognitionAnnotations(Iterable<? extends LogoRecognitionAnnotation> values)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LogoRecognitionAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)

public VideoAnnotationResults.Builder addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.ObjectTrackingAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllPersonDetectionAnnotations(Iterable<? extends PersonDetectionAnnotation> values)

public VideoAnnotationResults.Builder addAllPersonDetectionAnnotations(Iterable<? extends PersonDetectionAnnotation> values)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.PersonDetectionAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LabelAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllSegmentPresenceLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllSegmentPresenceLabelAnnotations(Iterable<? extends LabelAnnotation> values)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LabelAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllShotAnnotations(Iterable<? extends VideoSegment> values)

public VideoAnnotationResults.Builder addAllShotAnnotations(Iterable<? extends VideoSegment> values)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.VideoSegment>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LabelAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllShotPresenceLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllShotPresenceLabelAnnotations(Iterable<? extends LabelAnnotation> values)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.LabelAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllSpeechTranscriptions(Iterable<? extends SpeechTranscription> values)

public VideoAnnotationResults.Builder addAllSpeechTranscriptions(Iterable<? extends SpeechTranscription> values)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.SpeechTranscription>
Returns
TypeDescription
VideoAnnotationResults.Builder

addAllTextAnnotations(Iterable<? extends TextAnnotation> values)

public VideoAnnotationResults.Builder addAllTextAnnotations(Iterable<? extends TextAnnotation> values)

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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.videointelligence.v1.TextAnnotation>
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceAnnotations(FaceAnnotation value) (deprecated)

public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation value)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
valueFaceAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceAnnotations(FaceAnnotation.Builder builderForValue) (deprecated)

public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation.Builder builderForValue)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
builderForValueFaceAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceAnnotations(int index, FaceAnnotation value) (deprecated)

public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation value)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameters
NameDescription
indexint
valueFaceAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue) (deprecated)

public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameters
NameDescription
indexint
builderForValueFaceAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceAnnotationsBuilder() (deprecated)

public FaceAnnotation.Builder addFaceAnnotationsBuilder()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
FaceAnnotation.Builder

addFaceAnnotationsBuilder(int index) (deprecated)

public FaceAnnotation.Builder addFaceAnnotationsBuilder(int index)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceAnnotation.Builder

addFaceDetectionAnnotations(FaceDetectionAnnotation value)

public VideoAnnotationResults.Builder addFaceDetectionAnnotations(FaceDetectionAnnotation value)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
valueFaceDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceDetectionAnnotations(FaceDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFaceDetectionAnnotations(FaceDetectionAnnotation.Builder builderForValue)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
builderForValueFaceDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceDetectionAnnotations(int index, FaceDetectionAnnotation value)

public VideoAnnotationResults.Builder addFaceDetectionAnnotations(int index, FaceDetectionAnnotation value)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameters
NameDescription
indexint
valueFaceDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceDetectionAnnotations(int index, FaceDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFaceDetectionAnnotations(int index, FaceDetectionAnnotation.Builder builderForValue)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameters
NameDescription
indexint
builderForValueFaceDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFaceDetectionAnnotationsBuilder()

public FaceDetectionAnnotation.Builder addFaceDetectionAnnotationsBuilder()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
FaceDetectionAnnotation.Builder

addFaceDetectionAnnotationsBuilder(int index)

public FaceDetectionAnnotation.Builder addFaceDetectionAnnotationsBuilder(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotation.Builder

addFrameLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFrameLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFrameLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(int index, LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addFrameLabelAnnotationsBuilder()

public LabelAnnotation.Builder addFrameLabelAnnotationsBuilder()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
LabelAnnotation.Builder

addFrameLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addFrameLabelAnnotationsBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

addLogoRecognitionAnnotations(LogoRecognitionAnnotation value)

public VideoAnnotationResults.Builder addLogoRecognitionAnnotations(LogoRecognitionAnnotation value)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
valueLogoRecognitionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addLogoRecognitionAnnotations(LogoRecognitionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addLogoRecognitionAnnotations(LogoRecognitionAnnotation.Builder builderForValue)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
builderForValueLogoRecognitionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation value)

public VideoAnnotationResults.Builder addLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation value)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameters
NameDescription
indexint
valueLogoRecognitionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation.Builder builderForValue)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameters
NameDescription
indexint
builderForValueLogoRecognitionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addLogoRecognitionAnnotationsBuilder()

public LogoRecognitionAnnotation.Builder addLogoRecognitionAnnotationsBuilder()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
LogoRecognitionAnnotation.Builder

addLogoRecognitionAnnotationsBuilder(int index)

public LogoRecognitionAnnotation.Builder addLogoRecognitionAnnotationsBuilder(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotation.Builder

addObjectAnnotations(ObjectTrackingAnnotation value)

public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation value)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
valueObjectTrackingAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
builderForValueObjectTrackingAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addObjectAnnotations(int index, ObjectTrackingAnnotation value)

public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation value)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameters
NameDescription
indexint
valueObjectTrackingAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameters
NameDescription
indexint
builderForValueObjectTrackingAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addObjectAnnotationsBuilder()

public ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
ObjectTrackingAnnotation.Builder

addObjectAnnotationsBuilder(int index)

public ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotation.Builder

addPersonDetectionAnnotations(PersonDetectionAnnotation value)

public VideoAnnotationResults.Builder addPersonDetectionAnnotations(PersonDetectionAnnotation value)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
valuePersonDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addPersonDetectionAnnotations(PersonDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addPersonDetectionAnnotations(PersonDetectionAnnotation.Builder builderForValue)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
builderForValuePersonDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addPersonDetectionAnnotations(int index, PersonDetectionAnnotation value)

public VideoAnnotationResults.Builder addPersonDetectionAnnotations(int index, PersonDetectionAnnotation value)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameters
NameDescription
indexint
valuePersonDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addPersonDetectionAnnotations(int index, PersonDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addPersonDetectionAnnotations(int index, PersonDetectionAnnotation.Builder builderForValue)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameters
NameDescription
indexint
builderForValuePersonDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addPersonDetectionAnnotationsBuilder()

public PersonDetectionAnnotation.Builder addPersonDetectionAnnotationsBuilder()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
PersonDetectionAnnotation.Builder

addPersonDetectionAnnotationsBuilder(int index)

public PersonDetectionAnnotation.Builder addPersonDetectionAnnotationsBuilder(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotation.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VideoAnnotationResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

addSegmentLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(LabelAnnotation value)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(LabelAnnotation.Builder builderForValue)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(int index, LabelAnnotation value)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentLabelAnnotationsBuilder()

public LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
LabelAnnotation.Builder

addSegmentLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder(int 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.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

addSegmentPresenceLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentPresenceLabelAnnotations(LabelAnnotation value)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentPresenceLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentPresenceLabelAnnotations(LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentPresenceLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentPresenceLabelAnnotations(int index, LabelAnnotation value)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSegmentPresenceLabelAnnotationsBuilder()

public LabelAnnotation.Builder addSegmentPresenceLabelAnnotationsBuilder()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
LabelAnnotation.Builder

addSegmentPresenceLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addSegmentPresenceLabelAnnotationsBuilder(int 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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

addShotAnnotations(VideoSegment value)

public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
valueVideoSegment
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotAnnotations(VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
builderForValueVideoSegment.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotAnnotations(int index, VideoSegment value)

public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameters
NameDescription
indexint
valueVideoSegment
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotAnnotations(int index, VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameters
NameDescription
indexint
builderForValueVideoSegment.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotAnnotationsBuilder()

public VideoSegment.Builder addShotAnnotationsBuilder()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
VideoSegment.Builder

addShotAnnotationsBuilder(int index)

public VideoSegment.Builder addShotAnnotationsBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegment.Builder

addShotLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addShotLabelAnnotations(LabelAnnotation value)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotLabelAnnotations(LabelAnnotation.Builder builderForValue)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addShotLabelAnnotations(int index, LabelAnnotation value)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotLabelAnnotationsBuilder()

public LabelAnnotation.Builder addShotLabelAnnotationsBuilder()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
LabelAnnotation.Builder

addShotLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addShotLabelAnnotationsBuilder(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

addShotPresenceLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addShotPresenceLabelAnnotations(LabelAnnotation value)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotPresenceLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotPresenceLabelAnnotations(LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotPresenceLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addShotPresenceLabelAnnotations(int index, LabelAnnotation value)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addShotPresenceLabelAnnotationsBuilder()

public LabelAnnotation.Builder addShotPresenceLabelAnnotationsBuilder()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
LabelAnnotation.Builder

addShotPresenceLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addShotPresenceLabelAnnotationsBuilder(int 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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

addSpeechTranscriptions(SpeechTranscription value)

public VideoAnnotationResults.Builder addSpeechTranscriptions(SpeechTranscription value)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
valueSpeechTranscription
Returns
TypeDescription
VideoAnnotationResults.Builder

addSpeechTranscriptions(SpeechTranscription.Builder builderForValue)

public VideoAnnotationResults.Builder addSpeechTranscriptions(SpeechTranscription.Builder builderForValue)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
builderForValueSpeechTranscription.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSpeechTranscriptions(int index, SpeechTranscription value)

public VideoAnnotationResults.Builder addSpeechTranscriptions(int index, SpeechTranscription value)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameters
NameDescription
indexint
valueSpeechTranscription
Returns
TypeDescription
VideoAnnotationResults.Builder

addSpeechTranscriptions(int index, SpeechTranscription.Builder builderForValue)

public VideoAnnotationResults.Builder addSpeechTranscriptions(int index, SpeechTranscription.Builder builderForValue)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameters
NameDescription
indexint
builderForValueSpeechTranscription.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addSpeechTranscriptionsBuilder()

public SpeechTranscription.Builder addSpeechTranscriptionsBuilder()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
SpeechTranscription.Builder

addSpeechTranscriptionsBuilder(int index)

public SpeechTranscription.Builder addSpeechTranscriptionsBuilder(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscription.Builder

addTextAnnotations(TextAnnotation value)

public VideoAnnotationResults.Builder addTextAnnotations(TextAnnotation value)

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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
valueTextAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addTextAnnotations(TextAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addTextAnnotations(TextAnnotation.Builder builderForValue)

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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
builderForValueTextAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addTextAnnotations(int index, TextAnnotation value)

public VideoAnnotationResults.Builder addTextAnnotations(int index, TextAnnotation value)

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.v1.TextAnnotation text_annotations = 12;

Parameters
NameDescription
indexint
valueTextAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

addTextAnnotations(int index, TextAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addTextAnnotations(int index, TextAnnotation.Builder builderForValue)

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.v1.TextAnnotation text_annotations = 12;

Parameters
NameDescription
indexint
builderForValueTextAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

addTextAnnotationsBuilder()

public TextAnnotation.Builder addTextAnnotationsBuilder()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
TextAnnotation.Builder

addTextAnnotationsBuilder(int index)

public TextAnnotation.Builder addTextAnnotationsBuilder(int 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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotation.Builder

build()

public VideoAnnotationResults build()
Returns
TypeDescription
VideoAnnotationResults

buildPartial()

public VideoAnnotationResults buildPartial()
Returns
TypeDescription
VideoAnnotationResults

clear()

public VideoAnnotationResults.Builder clear()
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

clearError()

public VideoAnnotationResults.Builder clearError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearExplicitAnnotation()

public VideoAnnotationResults.Builder clearExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearFaceAnnotations() (deprecated)

public VideoAnnotationResults.Builder clearFaceAnnotations()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
VideoAnnotationResults.Builder

clearFaceDetectionAnnotations()

public VideoAnnotationResults.Builder clearFaceDetectionAnnotations()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearField(Descriptors.FieldDescriptor field)

public VideoAnnotationResults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

clearFrameLabelAnnotations()

public VideoAnnotationResults.Builder clearFrameLabelAnnotations()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearInputUri()

public VideoAnnotationResults.Builder clearInputUri()

Video file location in Cloud Storage.

string input_uri = 1;

Returns
TypeDescription
VideoAnnotationResults.Builder

This builder for chaining.

clearLogoRecognitionAnnotations()

public VideoAnnotationResults.Builder clearLogoRecognitionAnnotations()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearObjectAnnotations()

public VideoAnnotationResults.Builder clearObjectAnnotations()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

clearPersonDetectionAnnotations()

public VideoAnnotationResults.Builder clearPersonDetectionAnnotations()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearSegment()

public VideoAnnotationResults.Builder clearSegment()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearSegmentLabelAnnotations()

public VideoAnnotationResults.Builder clearSegmentLabelAnnotations()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearSegmentPresenceLabelAnnotations()

public VideoAnnotationResults.Builder clearSegmentPresenceLabelAnnotations()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearShotAnnotations()

public VideoAnnotationResults.Builder clearShotAnnotations()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearShotLabelAnnotations()

public VideoAnnotationResults.Builder clearShotLabelAnnotations()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearShotPresenceLabelAnnotations()

public VideoAnnotationResults.Builder clearShotPresenceLabelAnnotations()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearSpeechTranscriptions()

public VideoAnnotationResults.Builder clearSpeechTranscriptions()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
VideoAnnotationResults.Builder

clearTextAnnotations()

public VideoAnnotationResults.Builder clearTextAnnotations()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
VideoAnnotationResults.Builder

clone()

public VideoAnnotationResults.Builder clone()
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

getDefaultInstanceForType()

public VideoAnnotationResults getDefaultInstanceForType()
Returns
TypeDescription
VideoAnnotationResults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getError()

public Status getError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorBuilder()

public Status.Builder getErrorBuilder()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
com.google.rpc.Status.Builder

getErrorOrBuilder()

public StatusOrBuilder getErrorOrBuilder()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getExplicitAnnotation()

public ExplicitContentAnnotation getExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
ExplicitContentAnnotation

The explicitAnnotation.

getExplicitAnnotationBuilder()

public ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder()

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
ExplicitContentAnnotation.Builder

getExplicitAnnotationOrBuilder()

public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
ExplicitContentAnnotationOrBuilder

getFaceAnnotations(int index) (deprecated)

public FaceAnnotation getFaceAnnotations(int index)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceAnnotation

getFaceAnnotationsBuilder(int index) (deprecated)

public FaceAnnotation.Builder getFaceAnnotationsBuilder(int index)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceAnnotation.Builder

getFaceAnnotationsBuilderList() (deprecated)

public List<FaceAnnotation.Builder> getFaceAnnotationsBuilderList()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
List<Builder>

getFaceAnnotationsCount() (deprecated)

public int getFaceAnnotationsCount()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
int

getFaceAnnotationsList() (deprecated)

public List<FaceAnnotation> getFaceAnnotationsList()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
List<FaceAnnotation>

getFaceAnnotationsOrBuilder(int index) (deprecated)

public FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceAnnotationOrBuilder

getFaceAnnotationsOrBuilderList() (deprecated)

public List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.FaceAnnotationOrBuilder>

getFaceDetectionAnnotations(int index)

public FaceDetectionAnnotation getFaceDetectionAnnotations(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotation

getFaceDetectionAnnotationsBuilder(int index)

public FaceDetectionAnnotation.Builder getFaceDetectionAnnotationsBuilder(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotation.Builder

getFaceDetectionAnnotationsBuilderList()

public List<FaceDetectionAnnotation.Builder> getFaceDetectionAnnotationsBuilderList()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
List<Builder>

getFaceDetectionAnnotationsCount()

public int getFaceDetectionAnnotationsCount()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
int

getFaceDetectionAnnotationsList()

public List<FaceDetectionAnnotation> getFaceDetectionAnnotationsList()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
List<FaceDetectionAnnotation>

getFaceDetectionAnnotationsOrBuilder(int index)

public FaceDetectionAnnotationOrBuilder getFaceDetectionAnnotationsOrBuilder(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
FaceDetectionAnnotationOrBuilder

getFaceDetectionAnnotationsOrBuilderList()

public List<? extends FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsOrBuilderList()

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.FaceDetectionAnnotationOrBuilder>

getFrameLabelAnnotations(int index)

public LabelAnnotation getFrameLabelAnnotations(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getFrameLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getFrameLabelAnnotationsBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

getFrameLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getFrameLabelAnnotationsBuilderList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
List<Builder>

getFrameLabelAnnotationsCount()

public int getFrameLabelAnnotationsCount()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
int

getFrameLabelAnnotationsList()

public List<LabelAnnotation> getFrameLabelAnnotationsList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
List<LabelAnnotation>

getFrameLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getFrameLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LabelAnnotationOrBuilder>

getInputUri()

public String getInputUri()

Video file location in Cloud Storage.

string input_uri = 1;

Returns
TypeDescription
String

The inputUri.

getInputUriBytes()

public ByteString getInputUriBytes()

Video file location in Cloud Storage.

string input_uri = 1;

Returns
TypeDescription
ByteString

The bytes for inputUri.

getLogoRecognitionAnnotations(int index)

public LogoRecognitionAnnotation getLogoRecognitionAnnotations(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotation

getLogoRecognitionAnnotationsBuilder(int index)

public LogoRecognitionAnnotation.Builder getLogoRecognitionAnnotationsBuilder(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotation.Builder

getLogoRecognitionAnnotationsBuilderList()

public List<LogoRecognitionAnnotation.Builder> getLogoRecognitionAnnotationsBuilderList()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
List<Builder>

getLogoRecognitionAnnotationsCount()

public int getLogoRecognitionAnnotationsCount()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
int

getLogoRecognitionAnnotationsList()

public List<LogoRecognitionAnnotation> getLogoRecognitionAnnotationsList()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
List<LogoRecognitionAnnotation>

getLogoRecognitionAnnotationsOrBuilder(int index)

public LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogoRecognitionAnnotationOrBuilder

getLogoRecognitionAnnotationsOrBuilderList()

public List<? extends LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsOrBuilderList()

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LogoRecognitionAnnotationOrBuilder>

getObjectAnnotations(int index)

public ObjectTrackingAnnotation getObjectAnnotations(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotation

getObjectAnnotationsBuilder(int index)

public ObjectTrackingAnnotation.Builder getObjectAnnotationsBuilder(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotation.Builder

getObjectAnnotationsBuilderList()

public List<ObjectTrackingAnnotation.Builder> getObjectAnnotationsBuilderList()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
List<Builder>

getObjectAnnotationsCount()

public int getObjectAnnotationsCount()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
int

getObjectAnnotationsList()

public List<ObjectTrackingAnnotation> getObjectAnnotationsList()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
List<ObjectTrackingAnnotation>

getObjectAnnotationsOrBuilder(int index)

public ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
ObjectTrackingAnnotationOrBuilder

getObjectAnnotationsOrBuilderList()

public List<? extends ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList()

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.ObjectTrackingAnnotationOrBuilder>

getPersonDetectionAnnotations(int index)

public PersonDetectionAnnotation getPersonDetectionAnnotations(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotation

getPersonDetectionAnnotationsBuilder(int index)

public PersonDetectionAnnotation.Builder getPersonDetectionAnnotationsBuilder(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotation.Builder

getPersonDetectionAnnotationsBuilderList()

public List<PersonDetectionAnnotation.Builder> getPersonDetectionAnnotationsBuilderList()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
List<Builder>

getPersonDetectionAnnotationsCount()

public int getPersonDetectionAnnotationsCount()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
int

getPersonDetectionAnnotationsList()

public List<PersonDetectionAnnotation> getPersonDetectionAnnotationsList()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
List<PersonDetectionAnnotation>

getPersonDetectionAnnotationsOrBuilder(int index)

public PersonDetectionAnnotationOrBuilder getPersonDetectionAnnotationsOrBuilder(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonDetectionAnnotationOrBuilder

getPersonDetectionAnnotationsOrBuilderList()

public List<? extends PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsOrBuilderList()

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.PersonDetectionAnnotationOrBuilder>

getSegment()

public VideoSegment getSegment()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Returns
TypeDescription
VideoSegment

The segment.

getSegmentBuilder()

public VideoSegment.Builder getSegmentBuilder()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Returns
TypeDescription
VideoSegment.Builder

getSegmentLabelAnnotations(int index)

public LabelAnnotation getSegmentLabelAnnotations(int 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.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getSegmentLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getSegmentLabelAnnotationsBuilder(int 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.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

getSegmentLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getSegmentLabelAnnotationsBuilderList()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
List<Builder>

getSegmentLabelAnnotationsCount()

public int getSegmentLabelAnnotationsCount()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
int

getSegmentLabelAnnotationsList()

public List<LabelAnnotation> getSegmentLabelAnnotationsList()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
List<LabelAnnotation>

getSegmentLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int 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.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getSegmentLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList()

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LabelAnnotationOrBuilder>

getSegmentOrBuilder()

public VideoSegmentOrBuilder getSegmentOrBuilder()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Returns
TypeDescription
VideoSegmentOrBuilder

getSegmentPresenceLabelAnnotations(int index)

public LabelAnnotation getSegmentPresenceLabelAnnotations(int 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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getSegmentPresenceLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getSegmentPresenceLabelAnnotationsBuilder(int 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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

getSegmentPresenceLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getSegmentPresenceLabelAnnotationsBuilderList()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
List<Builder>

getSegmentPresenceLabelAnnotationsCount()

public int getSegmentPresenceLabelAnnotationsCount()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
int

getSegmentPresenceLabelAnnotationsList()

public List<LabelAnnotation> getSegmentPresenceLabelAnnotationsList()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
List<LabelAnnotation>

getSegmentPresenceLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getSegmentPresenceLabelAnnotationsOrBuilder(int 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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getSegmentPresenceLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getSegmentPresenceLabelAnnotationsOrBuilderList()

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LabelAnnotationOrBuilder>

getShotAnnotations(int index)

public VideoSegment getShotAnnotations(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegment

getShotAnnotationsBuilder(int index)

public VideoSegment.Builder getShotAnnotationsBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegment.Builder

getShotAnnotationsBuilderList()

public List<VideoSegment.Builder> getShotAnnotationsBuilderList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
List<Builder>

getShotAnnotationsCount()

public int getShotAnnotationsCount()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
int

getShotAnnotationsList()

public List<VideoSegment> getShotAnnotationsList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
List<VideoSegment>

getShotAnnotationsOrBuilder(int index)

public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoSegmentOrBuilder

getShotAnnotationsOrBuilderList()

public List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.VideoSegmentOrBuilder>

getShotLabelAnnotations(int index)

public LabelAnnotation getShotLabelAnnotations(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getShotLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getShotLabelAnnotationsBuilder(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

getShotLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getShotLabelAnnotationsBuilderList()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
List<Builder>

getShotLabelAnnotationsCount()

public int getShotLabelAnnotationsCount()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
int

getShotLabelAnnotationsList()

public List<LabelAnnotation> getShotLabelAnnotationsList()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
List<LabelAnnotation>

getShotLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getShotLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LabelAnnotationOrBuilder>

getShotPresenceLabelAnnotations(int index)

public LabelAnnotation getShotPresenceLabelAnnotations(int 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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation

getShotPresenceLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getShotPresenceLabelAnnotationsBuilder(int 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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotation.Builder

getShotPresenceLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getShotPresenceLabelAnnotationsBuilderList()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
List<Builder>

getShotPresenceLabelAnnotationsCount()

public int getShotPresenceLabelAnnotationsCount()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
int

getShotPresenceLabelAnnotationsList()

public List<LabelAnnotation> getShotPresenceLabelAnnotationsList()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
List<LabelAnnotation>

getShotPresenceLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getShotPresenceLabelAnnotationsOrBuilder(int 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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
LabelAnnotationOrBuilder

getShotPresenceLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getShotPresenceLabelAnnotationsOrBuilderList()

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.LabelAnnotationOrBuilder>

getSpeechTranscriptions(int index)

public SpeechTranscription getSpeechTranscriptions(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscription

getSpeechTranscriptionsBuilder(int index)

public SpeechTranscription.Builder getSpeechTranscriptionsBuilder(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscription.Builder

getSpeechTranscriptionsBuilderList()

public List<SpeechTranscription.Builder> getSpeechTranscriptionsBuilderList()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
List<Builder>

getSpeechTranscriptionsCount()

public int getSpeechTranscriptionsCount()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
int

getSpeechTranscriptionsList()

public List<SpeechTranscription> getSpeechTranscriptionsList()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
List<SpeechTranscription>

getSpeechTranscriptionsOrBuilder(int index)

public SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpeechTranscriptionOrBuilder

getSpeechTranscriptionsOrBuilderList()

public List<? extends SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList()

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.SpeechTranscriptionOrBuilder>

getTextAnnotations(int index)

public TextAnnotation getTextAnnotations(int 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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotation

getTextAnnotationsBuilder(int index)

public TextAnnotation.Builder getTextAnnotationsBuilder(int 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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotation.Builder

getTextAnnotationsBuilderList()

public List<TextAnnotation.Builder> getTextAnnotationsBuilderList()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
List<Builder>

getTextAnnotationsCount()

public int getTextAnnotationsCount()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
int

getTextAnnotationsList()

public List<TextAnnotation> getTextAnnotationsList()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
List<TextAnnotation>

getTextAnnotationsOrBuilder(int index)

public TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int 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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
TextAnnotationOrBuilder

getTextAnnotationsOrBuilderList()

public List<? extends TextAnnotationOrBuilder> getTextAnnotationsOrBuilderList()

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.v1.TextAnnotation text_annotations = 12;

Returns
TypeDescription
List<? extends com.google.cloud.videointelligence.v1.TextAnnotationOrBuilder>

hasError()

public boolean hasError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
TypeDescription
boolean

Whether the error field is set.

hasExplicitAnnotation()

public boolean hasExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Returns
TypeDescription
boolean

Whether the explicitAnnotation field is set.

hasSegment()

public boolean hasSegment()

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Returns
TypeDescription
boolean

Whether the segment field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeError(Status value)

public VideoAnnotationResults.Builder mergeError(Status value)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
VideoAnnotationResults.Builder

mergeExplicitAnnotation(ExplicitContentAnnotation value)

public VideoAnnotationResults.Builder mergeExplicitAnnotation(ExplicitContentAnnotation value)

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
NameDescription
valueExplicitContentAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

mergeFrom(VideoAnnotationResults other)

public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)
Parameter
NameDescription
otherVideoAnnotationResults
Returns
TypeDescription
VideoAnnotationResults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VideoAnnotationResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public VideoAnnotationResults.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

mergeSegment(VideoSegment value)

public VideoAnnotationResults.Builder mergeSegment(VideoSegment value)

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Parameter
NameDescription
valueVideoSegment
Returns
TypeDescription
VideoAnnotationResults.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

removeFaceAnnotations(int index) (deprecated)

public VideoAnnotationResults.Builder removeFaceAnnotations(int index)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeFaceDetectionAnnotations(int index)

public VideoAnnotationResults.Builder removeFaceDetectionAnnotations(int index)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeFrameLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeFrameLabelAnnotations(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeLogoRecognitionAnnotations(int index)

public VideoAnnotationResults.Builder removeLogoRecognitionAnnotations(int index)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeObjectAnnotations(int index)

public VideoAnnotationResults.Builder removeObjectAnnotations(int index)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removePersonDetectionAnnotations(int index)

public VideoAnnotationResults.Builder removePersonDetectionAnnotations(int index)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeSegmentLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeSegmentLabelAnnotations(int 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.v1.LabelAnnotation segment_label_annotations = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeSegmentPresenceLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeSegmentPresenceLabelAnnotations(int 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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeShotAnnotations(int index)

public VideoAnnotationResults.Builder removeShotAnnotations(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeShotLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeShotLabelAnnotations(int index)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeShotPresenceLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeShotPresenceLabelAnnotations(int 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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeSpeechTranscriptions(int index)

public VideoAnnotationResults.Builder removeSpeechTranscriptions(int index)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

removeTextAnnotations(int index)

public VideoAnnotationResults.Builder removeTextAnnotations(int 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.v1.TextAnnotation text_annotations = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
VideoAnnotationResults.Builder

setError(Status value)

public VideoAnnotationResults.Builder setError(Status value)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
VideoAnnotationResults.Builder

setError(Status.Builder builderForValue)

public VideoAnnotationResults.Builder setError(Status.Builder builderForValue)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setExplicitAnnotation(ExplicitContentAnnotation value)

public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation value)

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
NameDescription
valueExplicitContentAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)

Explicit content annotation.

.google.cloud.videointelligence.v1.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
NameDescription
builderForValueExplicitContentAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setFaceAnnotations(int index, FaceAnnotation value) (deprecated)

public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation value)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameters
NameDescription
indexint
valueFaceAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue) (deprecated)

public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

Deprecated. Please use face_detection_annotations instead.

repeated .google.cloud.videointelligence.v1.FaceAnnotation face_annotations = 5 [deprecated = true];

Parameters
NameDescription
indexint
builderForValueFaceAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setFaceDetectionAnnotations(int index, FaceDetectionAnnotation value)

public VideoAnnotationResults.Builder setFaceDetectionAnnotations(int index, FaceDetectionAnnotation value)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameters
NameDescription
indexint
valueFaceDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setFaceDetectionAnnotations(int index, FaceDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setFaceDetectionAnnotations(int index, FaceDetectionAnnotation.Builder builderForValue)

Face detection annotations.

repeated .google.cloud.videointelligence.v1.FaceDetectionAnnotation face_detection_annotations = 13;

Parameters
NameDescription
indexint
builderForValueFaceDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public VideoAnnotationResults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

setFrameLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setFrameLabelAnnotations(int index, LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation frame_label_annotations = 4;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setInputUri(String value)

public VideoAnnotationResults.Builder setInputUri(String value)

Video file location in Cloud Storage.

string input_uri = 1;

Parameter
NameDescription
valueString

The inputUri to set.

Returns
TypeDescription
VideoAnnotationResults.Builder

This builder for chaining.

setInputUriBytes(ByteString value)

public VideoAnnotationResults.Builder setInputUriBytes(ByteString value)

Video file location in Cloud Storage.

string input_uri = 1;

Parameter
NameDescription
valueByteString

The bytes for inputUri to set.

Returns
TypeDescription
VideoAnnotationResults.Builder

This builder for chaining.

setLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation value)

public VideoAnnotationResults.Builder setLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation value)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameters
NameDescription
indexint
valueLogoRecognitionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setLogoRecognitionAnnotations(int index, LogoRecognitionAnnotation.Builder builderForValue)

Annotations for list of logos detected, tracked and recognized in video.

repeated .google.cloud.videointelligence.v1.LogoRecognitionAnnotation logo_recognition_annotations = 19;

Parameters
NameDescription
indexint
builderForValueLogoRecognitionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setObjectAnnotations(int index, ObjectTrackingAnnotation value)

public VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation value)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameters
NameDescription
indexint
valueObjectTrackingAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)

Annotations for list of objects detected and tracked in video.

repeated .google.cloud.videointelligence.v1.ObjectTrackingAnnotation object_annotations = 14;

Parameters
NameDescription
indexint
builderForValueObjectTrackingAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setPersonDetectionAnnotations(int index, PersonDetectionAnnotation value)

public VideoAnnotationResults.Builder setPersonDetectionAnnotations(int index, PersonDetectionAnnotation value)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameters
NameDescription
indexint
valuePersonDetectionAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setPersonDetectionAnnotations(int index, PersonDetectionAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setPersonDetectionAnnotations(int index, PersonDetectionAnnotation.Builder builderForValue)

Person detection annotations.

repeated .google.cloud.videointelligence.v1.PersonDetectionAnnotation person_detection_annotations = 20;

Parameters
NameDescription
indexint
builderForValuePersonDetectionAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VideoAnnotationResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides

setSegment(VideoSegment value)

public VideoAnnotationResults.Builder setSegment(VideoSegment value)

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Parameter
NameDescription
valueVideoSegment
Returns
TypeDescription
VideoAnnotationResults.Builder

setSegment(VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder setSegment(VideoSegment.Builder builderForValue)

Video segment on which the annotation is run.

.google.cloud.videointelligence.v1.VideoSegment segment = 10;

Parameter
NameDescription
builderForValueVideoSegment.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setSegmentLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setSegmentLabelAnnotations(int index, LabelAnnotation value)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Topical label annotations on video level or user-specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation segment_label_annotations = 2;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setSegmentPresenceLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setSegmentPresenceLabelAnnotations(int index, LabelAnnotation value)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setSegmentPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setSegmentPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation segment_presence_label_annotations = 23;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotAnnotations(int index, VideoSegment value)

public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameters
NameDescription
indexint
valueVideoSegment
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotAnnotations(int index, VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1.VideoSegment shot_annotations = 6;

Parameters
NameDescription
indexint
builderForValueVideoSegment.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setShotLabelAnnotations(int index, LabelAnnotation value)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Topical label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1.LabelAnnotation shot_label_annotations = 3;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotPresenceLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setShotPresenceLabelAnnotations(int index, LabelAnnotation value)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameters
NameDescription
indexint
valueLabelAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setShotPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setShotPresenceLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

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.v1.LabelAnnotation shot_presence_label_annotations = 24;

Parameters
NameDescription
indexint
builderForValueLabelAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setSpeechTranscriptions(int index, SpeechTranscription value)

public VideoAnnotationResults.Builder setSpeechTranscriptions(int index, SpeechTranscription value)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameters
NameDescription
indexint
valueSpeechTranscription
Returns
TypeDescription
VideoAnnotationResults.Builder

setSpeechTranscriptions(int index, SpeechTranscription.Builder builderForValue)

public VideoAnnotationResults.Builder setSpeechTranscriptions(int index, SpeechTranscription.Builder builderForValue)

Speech transcription.

repeated .google.cloud.videointelligence.v1.SpeechTranscription speech_transcriptions = 11;

Parameters
NameDescription
indexint
builderForValueSpeechTranscription.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setTextAnnotations(int index, TextAnnotation value)

public VideoAnnotationResults.Builder setTextAnnotations(int index, TextAnnotation value)

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.v1.TextAnnotation text_annotations = 12;

Parameters
NameDescription
indexint
valueTextAnnotation
Returns
TypeDescription
VideoAnnotationResults.Builder

setTextAnnotations(int index, TextAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setTextAnnotations(int index, TextAnnotation.Builder builderForValue)

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.v1.TextAnnotation text_annotations = 12;

Parameters
NameDescription
indexint
builderForValueTextAnnotation.Builder
Returns
TypeDescription
VideoAnnotationResults.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final VideoAnnotationResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
VideoAnnotationResults.Builder
Overrides