Class: Google::Cloud::Speech::V2::CloudStorageResult
- Inherits:
-
Object
- Object
- Google::Cloud::Speech::V2::CloudStorageResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/speech/v2/cloud_speech.rb
Overview
Final results written to Cloud Storage.
Instance Attribute Summary collapse
-
#srt_format_uri ⇒ ::String
The Cloud Storage URI to which recognition results were written as SRT formatted captions.
-
#uri ⇒ ::String
The Cloud Storage URI to which recognition results were written.
-
#vtt_format_uri ⇒ ::String
The Cloud Storage URI to which recognition results were written as VTT formatted captions.
Instance Attribute Details
#srt_format_uri ⇒ ::String
Returns The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when SRT
output is requested.
1136 1137 1138 1139 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1136 class CloudStorageResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns The Cloud Storage URI to which recognition results were written.
1136 1137 1138 1139 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1136 class CloudStorageResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#vtt_format_uri ⇒ ::String
Returns The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when VTT
output is requested.
1136 1137 1138 1139 |
# File 'proto_docs/google/cloud/speech/v2/cloud_speech.rb', line 1136 class CloudStorageResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |