Interface StreamingAnnotateVideoResponseOrBuilder (2.2.10)

public interface StreamingAnnotateVideoResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationResults()

public abstract StreamingVideoAnnotationResults getAnnotationResults()

Streaming annotation results.

.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;

Returns
TypeDescription
StreamingVideoAnnotationResults

The annotationResults.

getAnnotationResultsOrBuilder()

public abstract StreamingVideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder()

Streaming annotation results.

.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;

Returns
TypeDescription
StreamingVideoAnnotationResultsOrBuilder

getAnnotationResultsUri()

public abstract String getAnnotationResultsUri()

Google Cloud Storage(GCS) URI that stores annotation results of one streaming session in JSON format. It is the annotation_result_storage_directory from the request followed by '/cloud_project_number-session_id'.

string annotation_results_uri = 3;

Returns
TypeDescription
String

The annotationResultsUri.

getAnnotationResultsUriBytes()

public abstract ByteString getAnnotationResultsUriBytes()

Google Cloud Storage(GCS) URI that stores annotation results of one streaming session in JSON format. It is the annotation_result_storage_directory from the request followed by '/cloud_project_number-session_id'.

string annotation_results_uri = 3;

Returns
TypeDescription
ByteString

The bytes for annotationResultsUri.

getError()

public abstract Status getError()

If set, returns a google.rpc.Status message that specifies the error for the operation.

.google.rpc.Status error = 1;

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

If set, returns a google.rpc.Status message that specifies the error for the operation.

.google.rpc.Status error = 1;

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasAnnotationResults()

public abstract boolean hasAnnotationResults()

Streaming annotation results.

.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;

Returns
TypeDescription
boolean

Whether the annotationResults field is set.

hasError()

public abstract boolean hasError()

If set, returns a google.rpc.Status message that specifies the error for the operation.

.google.rpc.Status error = 1;

Returns
TypeDescription
boolean

Whether the error field is set.