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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto
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
* [Google Cloud Storage](https://cloud.google.com/storage/).
*
*
* string input_uri = 1;
*/
java.lang.String getInputUri();
/**
*
*
*
* Video file location in
* [Google Cloud Storage](https://cloud.google.com/storage/).
*
*
* string input_uri = 1;
*/
com.google.protobuf.ByteString getInputUriBytes();
/**
*
*
*
* 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();
/**
*
*
*
* 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);
/**
*
*
*
* 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();
/**
*
*
*
* 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();
/**
*
*
*
* 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);
/**
*
*
*
* 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();
/**
*
*
*
* 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);
/**
*
*
*
* 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();
/**
*
*
*
* 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();
/**
*
*
*
* 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);
/**
*
*
*
* 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);
/**
*
*
*
* 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;
*
*/
boolean hasExplicitAnnotation();
/**
*
*
*
* Explicit content annotation.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
*
*/
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);
/**
*
*
*
* If set, indicates an error. Note that for a single `AnnotateVideoRequest`
* some videos may succeed and some may fail.
*
*
* .google.rpc.Status error = 9;
*/
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;
*/
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