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
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults) — Streaming annotation results.
#annotation_results=
def annotation_results=(value) -> ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
Parameter
- value (::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults) — Streaming annotation results.
Returns
- (::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults) — Streaming annotation results.
#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
- (::Google::Rpc::Status) — If set, returns a google.rpc.Status message that specifies the error for the operation.
#error=
def error=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — If set, returns a google.rpc.Status message that specifies the error for the operation.
Returns
- (::Google::Rpc::Status) — If set, returns a google.rpc.Status message that specifies the error for the operation.