Class StreamingAnnotateVideoResponse (2.6.1)

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

NameDescription
error google.rpc.status_pb2.Status
If set, returns a google.rpc.Status][google.rpc.Status] message that specifies the error for the operation.
annotation_results google.cloud.videointelligence_v1p3beta1.types.StreamingVideoAnnotationResults
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'.