com.google.cloud.videointelligence.v1p3beta1.VideoAnnotationResultsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
Show all versions of proto-google-cloud-video-intelligence-v1p3beta1 Show documentation
PROTO library for proto-google-cloud-video-intelligence-v1p3beta1
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto
// Protobuf Java Version: 3.25.2
package com.google.cloud.videointelligence.v1p3beta1;
public interface VideoAnnotationResultsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Video file location in
* [Cloud Storage](https://cloud.google.com/storage/).
*
*
* string input_uri = 1;
*
* @return The inputUri.
*/
java.lang.String getInputUri();
/**
*
*
*
* Video file location in
* [Cloud Storage](https://cloud.google.com/storage/).
*
*
* string input_uri = 1;
*
* @return The bytes for inputUri.
*/
com.google.protobuf.ByteString getInputUriBytes();
/**
*
*
*
* Video segment on which the annotation is run.
*
*
* .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
*
* @return Whether the segment field is set.
*/
boolean hasSegment();
/**
*
*
*
* Video segment on which the annotation is run.
*
*
* .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
*
* @return The segment.
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegment getSegment();
/**
*
*
*
* Video segment on which the annotation is run.
*
*
* .google.cloud.videointelligence.v1p3beta1.VideoSegment segment = 10;
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getSegmentOrBuilder();
/**
*
*
*
* Topical label annotations on video level or user-specified segment level.
* There is exactly one element for each unique label.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getSegmentLabelAnnotationsOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getSegmentPresenceLabelAnnotationsOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getShotLabelAnnotationsOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getShotPresenceLabelAnnotationsOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getFrameLabelAnnotationsOrBuilder(int index);
/**
*
*
*
* Face detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
*
*/
java.util.List
getFaceDetectionAnnotationsList();
/**
*
*
*
* Face detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
*
*/
com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation getFaceDetectionAnnotations(
int index);
/**
*
*
*
* Face detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
*
*/
int getFaceDetectionAnnotationsCount();
/**
*
*
*
* Face detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder>
getFaceDetectionAnnotationsOrBuilderList();
/**
*
*
*
* Face detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotation face_detection_annotations = 13;
*
*/
com.google.cloud.videointelligence.v1p3beta1.FaceDetectionAnnotationOrBuilder
getFaceDetectionAnnotationsOrBuilder(int index);
/**
*
*
*
* Shot annotations. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
*
*/
java.util.List
getShotAnnotationsList();
/**
*
*
*
* Shot annotations. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegment getShotAnnotations(int index);
/**
*
*
*
* Shot annotations. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
*
*/
int getShotAnnotationsCount();
/**
*
*
*
* Shot annotations. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder>
getShotAnnotationsOrBuilderList();
/**
*
*
*
* Shot annotations. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getShotAnnotationsOrBuilder(
int index);
/**
*
*
*
* Explicit content annotation.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
*
*
* @return Whether the explicitAnnotation field is set.
*/
boolean hasExplicitAnnotation();
/**
*
*
*
* Explicit content annotation.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
*
*
* @return The explicitAnnotation.
*/
com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation getExplicitAnnotation();
/**
*
*
*
* Explicit content annotation.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder
getExplicitAnnotationOrBuilder();
/**
*
*
*
* Speech transcription.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
*
*/
java.util.List
getSpeechTranscriptionsList();
/**
*
*
*
* Speech transcription.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
*
*/
com.google.cloud.videointelligence.v1p3beta1.SpeechTranscription getSpeechTranscriptions(
int index);
/**
*
*
*
* Speech transcription.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
*
*/
int getSpeechTranscriptionsCount();
/**
*
*
*
* Speech transcription.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder>
getSpeechTranscriptionsOrBuilderList();
/**
*
*
*
* Speech transcription.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.SpeechTranscription speech_transcriptions = 11;
*
*/
com.google.cloud.videointelligence.v1p3beta1.SpeechTranscriptionOrBuilder
getSpeechTranscriptionsOrBuilder(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;
*
*/
java.util.List
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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
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;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
com.google.cloud.videointelligence.v1p3beta1.TextAnnotationOrBuilder getTextAnnotationsOrBuilder(
int index);
/**
*
*
*
* Annotations for list of objects detected and tracked in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
*
*/
java.util.List
getObjectAnnotationsList();
/**
*
*
*
* Annotations for list of objects detected and tracked in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation getObjectAnnotations(
int index);
/**
*
*
*
* Annotations for list of objects detected and tracked in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
*
*/
int getObjectAnnotationsCount();
/**
*
*
*
* Annotations for list of objects detected and tracked in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder>
getObjectAnnotationsOrBuilderList();
/**
*
*
*
* Annotations for list of objects detected and tracked in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder
getObjectAnnotationsOrBuilder(int index);
/**
*
*
*
* Annotations for list of logos detected, tracked and recognized in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
*
*/
java.util.List
getLogoRecognitionAnnotationsList();
/**
*
*
*
* Annotations for list of logos detected, tracked and recognized in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
*
*/
com.google.cloud.videointelligence.v1p3beta1.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;
*
*/
int getLogoRecognitionAnnotationsCount();
/**
*
*
*
* Annotations for list of logos detected, tracked and recognized in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder>
getLogoRecognitionAnnotationsOrBuilderList();
/**
*
*
*
* Annotations for list of logos detected, tracked and recognized in video.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotation logo_recognition_annotations = 19;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LogoRecognitionAnnotationOrBuilder
getLogoRecognitionAnnotationsOrBuilder(int index);
/**
*
*
*
* Person detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
*
*/
java.util.List
getPersonDetectionAnnotationsList();
/**
*
*
*
* Person detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
*
*/
com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation
getPersonDetectionAnnotations(int index);
/**
*
*
*
* Person detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
*
*/
int getPersonDetectionAnnotationsCount();
/**
*
*
*
* Person detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder>
getPersonDetectionAnnotationsOrBuilderList();
/**
*
*
*
* Person detection annotations.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotation person_detection_annotations = 20;
*
*/
com.google.cloud.videointelligence.v1p3beta1.PersonDetectionAnnotationOrBuilder
getPersonDetectionAnnotationsOrBuilder(int index);
/**
*
*
*
* Celebrity recognition annotations.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
*
*
* @return Whether the celebrityRecognitionAnnotations field is set.
*/
boolean hasCelebrityRecognitionAnnotations();
/**
*
*
*
* Celebrity recognition annotations.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
*
*
* @return The celebrityRecognitionAnnotations.
*/
com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation
getCelebrityRecognitionAnnotations();
/**
*
*
*
* Celebrity recognition annotations.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotation celebrity_recognition_annotations = 21;
*
*/
com.google.cloud.videointelligence.v1p3beta1.CelebrityRecognitionAnnotationOrBuilder
getCelebrityRecognitionAnnotationsOrBuilder();
/**
*
*
*
* If set, indicates an error. Note that for a single `AnnotateVideoRequest`
* some videos may succeed and some may fail.
*
*
* .google.rpc.Status error = 9;
*
* @return Whether the error field is set.
*/
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;
*
* @return The error.
*/
com.google.rpc.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;
*/
com.google.rpc.StatusOrBuilder getErrorOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy