Cloud Video Intelligence V1p3beta1 API - Class Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAnnotateVideoResponse (v0.7.0)

Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAnnotateVideoResponse.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotation_results

def annotation_results() -> ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults

#annotation_results=

def annotation_results=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
Parameter

#annotation_results_uri

def annotation_results_uri() -> ::String
Returns
  • (::String) — 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'.

#annotation_results_uri=

def annotation_results_uri=(value) -> ::String
Parameter
  • value (::String) — 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'.
Returns
  • (::String) — 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'.

#error

def error() -> ::Google::Rpc::Status
Returns

#error=

def error=(value) -> ::Google::Rpc::Status
Parameter
Returns