Class: Google::Cloud::VideoIntelligence::V1p3beta1::StreamingAnnotateVideoResponse

Inherits:
Object
  • Object
show all
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

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'.

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'.



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.

Returns:



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