Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAnnotateVideoResponse
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAnnotateVideoResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb
Overview
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.
Instance Attribute Summary collapse
-
#annotation_results ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
Streaming annotation results.
-
#annotation_results_uri ⇒ ::String
Google Cloud Storage(GCS) URI that stores annotation results of one streaming session in JSON format.
-
#error ⇒ ::Google::Rpc::Status
If set, returns a google.rpc.Status message that specifies the error for the operation.
Instance Attribute Details
#annotation_results ⇒ ::Google::Cloud::VideoIntelligence::V1p3beta1::StreamingVideoAnnotationResults
Returns Streaming annotation results.
990 991 992 993 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 990 class StreamingAnnotateVideoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#annotation_results_uri ⇒ ::String
Returns 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'.
990 991 992 993 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 990 class StreamingAnnotateVideoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#error ⇒ ::Google::Rpc::Status
Returns If set, returns a google.rpc.Status message that specifies the error for the operation.
990 991 992 993 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 990 class StreamingAnnotateVideoResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |