com.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResultsOrBuilder 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 StreamingVideoAnnotationResultsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Shot annotation results. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 1;
*
*/
java.util.List
getShotAnnotationsList();
/**
*
*
*
* Shot annotation results. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 1;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegment getShotAnnotations(int index);
/**
*
*
*
* Shot annotation results. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 1;
*
*/
int getShotAnnotationsCount();
/**
*
*
*
* Shot annotation results. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 1;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder>
getShotAnnotationsOrBuilderList();
/**
*
*
*
* Shot annotation results. Each shot is represented as a video segment.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 1;
*
*/
com.google.cloud.videointelligence.v1p3beta1.VideoSegmentOrBuilder getShotAnnotationsOrBuilder(
int index);
/**
*
*
*
* Label annotation results.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation label_annotations = 2;
*
*/
java.util.List
getLabelAnnotationsList();
/**
*
*
*
* Label annotation results.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation label_annotations = 2;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotation getLabelAnnotations(int index);
/**
*
*
*
* Label annotation results.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation label_annotations = 2;
*
*/
int getLabelAnnotationsCount();
/**
*
*
*
* Label annotation results.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation label_annotations = 2;
*
*/
java.util.List extends com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder>
getLabelAnnotationsOrBuilderList();
/**
*
*
*
* Label annotation results.
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation label_annotations = 2;
*
*/
com.google.cloud.videointelligence.v1p3beta1.LabelAnnotationOrBuilder
getLabelAnnotationsOrBuilder(int index);
/**
*
*
*
* Explicit content annotation results.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 3;
*
*/
boolean hasExplicitAnnotation();
/**
*
*
*
* Explicit content annotation results.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 3;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation getExplicitAnnotation();
/**
*
*
*
* Explicit content annotation results.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 3;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotationOrBuilder
getExplicitAnnotationOrBuilder();
/**
*
*
*
* Object tracking results.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 4;
*
*/
java.util.List
getObjectAnnotationsList();
/**
*
*
*
* Object tracking results.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 4;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation getObjectAnnotations(
int index);
/**
*
*
*
* Object tracking results.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 4;
*
*/
int getObjectAnnotationsCount();
/**
*
*
*
* Object tracking results.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 4;
*
*/
java.util.List<
? extends com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder>
getObjectAnnotationsOrBuilderList();
/**
*
*
*
* Object tracking results.
*
*
*
* repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 4;
*
*/
com.google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotationOrBuilder
getObjectAnnotationsOrBuilder(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy