StreamingAnnotateVideoResponse(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)StreamingAnnotateVideoResponse is the only message returned to
the client by StreamingAnnotateVideo. A series of zero or more
StreamingAnnotateVideoResponse messages are streamed back to the
client.
Attributes |
|
|---|---|
| Name | Description |
error |
If set, returns a google.rpc.Status][google.rpc.Status]
message that specifies the error for the operation.
|
annotation_results |
Streaming annotation results. |
annotation_results_uri |
str
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'. |