public interface StreamingAnnotateVideoResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationResults()
public abstract StreamingVideoAnnotationResults getAnnotationResults()Streaming annotation results.
.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;
| Type | Description |
| StreamingVideoAnnotationResults | The annotationResults. |
getAnnotationResultsOrBuilder()
public abstract StreamingVideoAnnotationResultsOrBuilder getAnnotationResultsOrBuilder()Streaming annotation results.
.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
hasAnnotationResults()
public abstract boolean hasAnnotationResults()Streaming annotation results.
.google.cloud.videointelligence.v1p3beta1.StreamingVideoAnnotationResults annotation_results = 2;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the error field is set. |