All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResultsOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.144.0
Show newest version
/*
 * Copyright 2020 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

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 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 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