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

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

There is a newer version: 0.144.0
Show newest version
// 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 StreamingAnnotateVideoResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * If set, returns a [google.rpc.Status][] message that
   * specifies the error for the operation.
   * 
* * .google.rpc.Status error = 1; */ boolean hasError(); /** * * *
   * If set, returns a [google.rpc.Status][] message that
   * specifies the error for the operation.
   * 
* * .google.rpc.Status error = 1; */ com.google.rpc.Status getError(); /** * * *
   * If set, returns a [google.rpc.Status][] message that
   * specifies the error for the operation.
   * 
* * .google.rpc.Status error = 1; */ com.google.rpc.StatusOrBuilder getErrorOrBuilder(); /** * * *
   * Streaming annotation results.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2; * */ boolean hasAnnotationResults(); /** * * *
   * Streaming annotation results.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2; * */ com.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults getAnnotationResults(); /** * * *
   * Streaming annotation results.
   * 
* * * .google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2; * */ com.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder(); /** * * *
   * GCS URI that stores annotation results of one streaming session.
   * It is a directory that can hold multiple files in JSON format.
   * Example uri format:
   * gs://bucket_id/object_id/cloud_project_name-session_id
   * 
* * string annotation_results_uri = 3; */ java.lang.String getAnnotationResultsUri(); /** * * *
   * GCS URI that stores annotation results of one streaming session.
   * It is a directory that can hold multiple files in JSON format.
   * Example uri format:
   * gs://bucket_id/object_id/cloud_project_name-session_id
   * 
* * string annotation_results_uri = 3; */ com.google.protobuf.ByteString getAnnotationResultsUriBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy