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
/*
* 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 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;
*
*
* @return Whether the explicitAnnotation field is set.
*/
boolean hasExplicitAnnotation();
/**
*
*
*
* Explicit content annotation results.
*
*
*
* .google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 3;
*
*
* @return The explicitAnnotation.
*/
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