Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::CloudStorageResult.
Final results written to Cloud Storage.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#srt_format_uri
def srt_format_uri() -> ::String
Returns
-
(::String) — The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when
SRT
output is requested.
#srt_format_uri=
def srt_format_uri=(value) -> ::String
Parameter
-
value (::String) — The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when
SRT
output is requested.
Returns
-
(::String) — The Cloud Storage URI to which recognition results were written as SRT
formatted captions. This is populated only when
SRT
output is requested.
#uri
def uri() -> ::String
Returns
- (::String) — The Cloud Storage URI to which recognition results were written.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — The Cloud Storage URI to which recognition results were written.
Returns
- (::String) — The Cloud Storage URI to which recognition results were written.
#vtt_format_uri
def vtt_format_uri() -> ::String
Returns
-
(::String) — The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when
VTT
output is requested.
#vtt_format_uri=
def vtt_format_uri=(value) -> ::String
Parameter
-
value (::String) — The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when
VTT
output is requested.
Returns
-
(::String) — The Cloud Storage URI to which recognition results were written as VTT
formatted captions. This is populated only when
VTT
output is requested.