- 2.77.0 (latest)
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.71.0
- 2.69.0
- 2.67.0
- 2.66.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.13
- 2.1.0
- 2.0.27
public interface VideoAnnotationResultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCelebrityRecognitionAnnotations()
public abstract CelebrityRecognitionAnnotation getCelebrityRecognitionAnnotations()Celebrity recognition annotations.
.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
| Type | Description |
| CelebrityRecognitionAnnotation | The celebrityRecognitionAnnotations. |
getCelebrityRecognitionAnnotationsOrBuilder()
public abstract CelebrityRecognitionAnnotationOrBuilder getCelebrityRecognitionAnnotationsOrBuilder()Celebrity recognition annotations.
.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
| Type | Description |
| CelebrityRecognitionAnnotationOrBuilder |
getError()
public abstract 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;
| Type | Description |
| com.google.rpc.Status | The error. |
getErrorOrBuilder()
public abstract 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;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getExplicitAnnotation()
public abstract ExplicitContentAnnotation getExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotation | The explicitAnnotation. |
getExplicitAnnotationOrBuilder()
public abstract ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotationOrBuilder |
getFaceDetectionAnnotations(int index)
public abstract FaceDetectionAnnotation getFaceDetectionAnnotations(int index)Face detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
| Name | Description |
| index | int |
| Type | Description |
| FaceDetectionAnnotation |
getFaceDetectionAnnotationsCount()
public abstract int getFaceDetectionAnnotationsCount()Face detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
| Type | Description |
| int |
getFaceDetectionAnnotationsList()
public abstract List<FaceDetectionAnnotation> getFaceDetectionAnnotationsList()Face detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
| Type | Description |
| List<FaceDetectionAnnotation> |
getFaceDetectionAnnotationsOrBuilder(int index)
public abstract FaceDetectionAnnotationOrBuilder getFaceDetectionAnnotationsOrBuilder(int index)Face detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
| Name | Description |
| index | int |
| Type | Description |
| FaceDetectionAnnotationOrBuilder |
getFaceDetectionAnnotationsOrBuilderList()
public abstract List<? extends FaceDetectionAnnotationOrBuilder> getFaceDetectionAnnotationsOrBuilderList()Face detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder> |
getFrameLabelAnnotations(int index)
public abstract LabelAnnotation getFrameLabelAnnotations(int index)Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation |
getFrameLabelAnnotationsCount()
public abstract int getFrameLabelAnnotationsCount()Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
| Type | Description |
| int |
getFrameLabelAnnotationsList()
public abstract List<LabelAnnotation> getFrameLabelAnnotationsList()Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
| Type | Description |
| List<LabelAnnotation> |
getFrameLabelAnnotationsOrBuilder(int index)
public abstract LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index)Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotationOrBuilder |
getFrameLabelAnnotationsOrBuilderList()
public abstract List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> |
getInputUri()
public abstract String getInputUri()Video file location in Cloud Storage.
string input_uri = 1;
| Type | Description |
| String | The inputUri. |
getInputUriBytes()
public abstract ByteString getInputUriBytes()Video file location in Cloud Storage.
string input_uri = 1;
| Type | Description |
| ByteString | The bytes for inputUri. |
getLogoRecognitionAnnotations(int index)
public abstract LogoRecognitionAnnotation getLogoRecognitionAnnotations(int index)Annotations for list of logos detected, tracked and recognized in video.
repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
| Name | Description |
| index | int |
| Type | Description |
| LogoRecognitionAnnotation |
getLogoRecognitionAnnotationsCount()
public abstract int getLogoRecognitionAnnotationsCount()Annotations for list of logos detected, tracked and recognized in video.
repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
| Type | Description |
| int |
getLogoRecognitionAnnotationsList()
public abstract List<LogoRecognitionAnnotation> getLogoRecognitionAnnotationsList()Annotations for list of logos detected, tracked and recognized in video.
repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
| Type | Description |
| List<LogoRecognitionAnnotation> |
getLogoRecognitionAnnotationsOrBuilder(int index)
public abstract LogoRecognitionAnnotationOrBuilder getLogoRecognitionAnnotationsOrBuilder(int index)Annotations for list of logos detected, tracked and recognized in video.
repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
| Name | Description |
| index | int |
| Type | Description |
| LogoRecognitionAnnotationOrBuilder |
getLogoRecognitionAnnotationsOrBuilderList()
public abstract List<? extends LogoRecognitionAnnotationOrBuilder> getLogoRecognitionAnnotationsOrBuilderList()Annotations for list of logos detected, tracked and recognized in video.
repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder> |
getObjectAnnotations(int index)
public abstract ObjectTrackingAnnotation getObjectAnnotations(int index)Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
| Name | Description |
| index | int |
| Type | Description |
| ObjectTrackingAnnotation |
getObjectAnnotationsCount()
public abstract int getObjectAnnotationsCount()Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
| Type | Description |
| int |
getObjectAnnotationsList()
public abstract List<ObjectTrackingAnnotation> getObjectAnnotationsList()Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
| Type | Description |
| List<ObjectTrackingAnnotation> |
getObjectAnnotationsOrBuilder(int index)
public abstract ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index)Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
| Name | Description |
| index | int |
| Type | Description |
| ObjectTrackingAnnotationOrBuilder |
getObjectAnnotationsOrBuilderList()
public abstract List<? extends ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList()Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder> |
getPersonDetectionAnnotations(int index)
public abstract PersonDetectionAnnotation getPersonDetectionAnnotations(int index)Person detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
| Name | Description |
| index | int |
| Type | Description |
| PersonDetectionAnnotation |
getPersonDetectionAnnotationsCount()
public abstract int getPersonDetectionAnnotationsCount()Person detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
| Type | Description |
| int |
getPersonDetectionAnnotationsList()
public abstract List<PersonDetectionAnnotation> getPersonDetectionAnnotationsList()Person detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
| Type | Description |
| List<PersonDetectionAnnotation> |
getPersonDetectionAnnotationsOrBuilder(int index)
public abstract PersonDetectionAnnotationOrBuilder getPersonDetectionAnnotationsOrBuilder(int index)Person detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
| Name | Description |
| index | int |
| Type | Description |
| PersonDetectionAnnotationOrBuilder |
getPersonDetectionAnnotationsOrBuilderList()
public abstract List<? extends PersonDetectionAnnotationOrBuilder> getPersonDetectionAnnotationsOrBuilderList()Person detection annotations.
repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder> |
getSegment()
public abstract VideoSegment getSegment()Video segment on which the annotation is run.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
| Type | Description |
| VideoSegment | The segment. |
getSegmentLabelAnnotations(int index)
public abstract 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation |
getSegmentLabelAnnotationsCount()
public abstract 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
| Type | Description |
| int |
getSegmentLabelAnnotationsList()
public abstract 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
| Type | Description |
| List<LabelAnnotation> |
getSegmentLabelAnnotationsOrBuilder(int index)
public abstract 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotationOrBuilder |
getSegmentLabelAnnotationsOrBuilderList()
public abstract 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> |
getSegmentOrBuilder()
public abstract VideoSegmentOrBuilder getSegmentOrBuilder()Video segment on which the annotation is run.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
| Type | Description |
| VideoSegmentOrBuilder |
getSegmentPresenceLabelAnnotations(int index)
public abstract 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.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation |
getSegmentPresenceLabelAnnotationsCount()
public abstract 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.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;
| Type | Description |
| int |
getSegmentPresenceLabelAnnotationsList()
public abstract 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.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;
| Type | Description |
| List<LabelAnnotation> |
getSegmentPresenceLabelAnnotationsOrBuilder(int index)
public abstract 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.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotationOrBuilder |
getSegmentPresenceLabelAnnotationsOrBuilderList()
public abstract 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.v1p3beta1.LabelAnnotation segment_presence_label_annotations = 23;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> |
getShotAnnotations(int index)
public abstract VideoSegment getShotAnnotations(int index)Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
| Name | Description |
| index | int |
| Type | Description |
| VideoSegment |
getShotAnnotationsCount()
public abstract int getShotAnnotationsCount()Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
| Type | Description |
| int |
getShotAnnotationsList()
public abstract List<VideoSegment> getShotAnnotationsList()Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
| Type | Description |
| List<VideoSegment> |
getShotAnnotationsOrBuilder(int index)
public abstract VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
| Name | Description |
| index | int |
| Type | Description |
| VideoSegmentOrBuilder |
getShotAnnotationsOrBuilderList()
public abstract List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder> |
getShotLabelAnnotations(int index)
public abstract LabelAnnotation getShotLabelAnnotations(int index)Topical label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation |
getShotLabelAnnotationsCount()
public abstract int getShotLabelAnnotationsCount()Topical label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
| Type | Description |
| int |
getShotLabelAnnotationsList()
public abstract List<LabelAnnotation> getShotLabelAnnotationsList()Topical label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
| Type | Description |
| List<LabelAnnotation> |
getShotLabelAnnotationsOrBuilder(int index)
public abstract LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)Topical label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotationOrBuilder |
getShotLabelAnnotationsOrBuilderList()
public abstract List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()Topical label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> |
getShotPresenceLabelAnnotations(int index)
public abstract 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.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation |
getShotPresenceLabelAnnotationsCount()
public abstract 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.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;
| Type | Description |
| int |
getShotPresenceLabelAnnotationsList()
public abstract 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.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;
| Type | Description |
| List<LabelAnnotation> |
getShotPresenceLabelAnnotationsOrBuilder(int index)
public abstract 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.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotationOrBuilder |
getShotPresenceLabelAnnotationsOrBuilderList()
public abstract 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.v1p3beta1.LabelAnnotation shot_presence_label_annotations = 24;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder> |
getSpeechTranscriptions(int index)
public abstract SpeechTranscription getSpeechTranscriptions(int index)Speech transcription.
repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
| Name | Description |
| index | int |
| Type | Description |
| SpeechTranscription |
getSpeechTranscriptionsCount()
public abstract int getSpeechTranscriptionsCount()Speech transcription.
repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
| Type | Description |
| int |
getSpeechTranscriptionsList()
public abstract List<SpeechTranscription> getSpeechTranscriptionsList()Speech transcription.
repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
| Type | Description |
| List<SpeechTranscription> |
getSpeechTranscriptionsOrBuilder(int index)
public abstract SpeechTranscriptionOrBuilder getSpeechTranscriptionsOrBuilder(int index)Speech transcription.
repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
| Name | Description |
| index | int |
| Type | Description |
| SpeechTranscriptionOrBuilder |
getSpeechTranscriptionsOrBuilderList()
public abstract List<? extends SpeechTranscriptionOrBuilder> getSpeechTranscriptionsOrBuilderList()Speech transcription.
repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder> |
getTextAnnotations(int index)
public abstract 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.v1p3beta1.TextAnnotation text_annotations = 12;
| Name | Description |
| index | int |
| Type | Description |
| TextAnnotation |
getTextAnnotationsCount()
public abstract 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.v1p3beta1.TextAnnotation text_annotations = 12;
| Type | Description |
| int |
getTextAnnotationsList()
public abstract 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.v1p3beta1.TextAnnotation text_annotations = 12;
| Type | Description |
| List<TextAnnotation> |
getTextAnnotationsOrBuilder(int index)
public abstract 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.v1p3beta1.TextAnnotation text_annotations = 12;
| Name | Description |
| index | int |
| Type | Description |
| TextAnnotationOrBuilder |
getTextAnnotationsOrBuilderList()
public abstract 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.v1p3beta1.TextAnnotation text_annotations = 12;
| Type | Description |
| List<? extends com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder> |
hasCelebrityRecognitionAnnotations()
public abstract boolean hasCelebrityRecognitionAnnotations()Celebrity recognition annotations.
.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
| Type | Description |
| boolean | Whether the celebrityRecognitionAnnotations field is set. |
hasError()
public abstract 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;
| Type | Description |
| boolean | Whether the error field is set. |
hasExplicitAnnotation()
public abstract boolean hasExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| boolean | Whether the explicitAnnotation field is set. |
hasSegment()
public abstract boolean hasSegment()Video segment on which the annotation is run.
.google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
| Type | Description |
| boolean | Whether the segment field is set. |