Reference documentation and code samples for the Cloud Speech-to-Text V2 API class Google::Cloud::Speech::V2::InlineResult.
Final results returned inline in the recognition response.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#srt_captions
def srt_captions() -> ::String
    Returns
    
  - 
        (::String) — The transcript for the audio file as SRT formatted captions. This is
populated only when 
SRToutput is requested. 
#srt_captions=
def srt_captions=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The transcript for the audio file as SRT formatted captions. This is
populated only when 
SRToutput is requested. 
    Returns
    
  - 
        (::String) — The transcript for the audio file as SRT formatted captions. This is
populated only when 
SRToutput is requested. 
#transcript
def transcript() -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
    Returns
    
  - (::Google::Cloud::Speech::V2::BatchRecognizeResults) — The transcript for the audio file.
 
#transcript=
def transcript=(value) -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
    Parameter
    
  - value (::Google::Cloud::Speech::V2::BatchRecognizeResults) — The transcript for the audio file.
 
    Returns
    
  - (::Google::Cloud::Speech::V2::BatchRecognizeResults) — The transcript for the audio file.
 
#vtt_captions
def vtt_captions() -> ::String
    Returns
    
  - 
        (::String) — The transcript for the audio file as VTT formatted captions. This is
populated only when 
VTToutput is requested. 
#vtt_captions=
def vtt_captions=(value) -> ::String
    Parameter
    
  - 
        value (::String) — The transcript for the audio file as VTT formatted captions. This is
populated only when 
VTToutput is requested. 
    Returns
    
- 
        (::String) — The transcript for the audio file as VTT formatted captions. This is
populated only when 
VTToutput is requested.