com.google.cloud.videointelligence.v1p3beta1.StreamingAnnotateVideoResponseOrBuilder 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 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