Cloud Speech-to-Text V2 API - Class Google::Cloud::Speech::V2::InlineResult (v0.12.0)

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 SRT output 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 SRT output is requested.
Returns
  • (::String) — The transcript for the audio file as SRT formatted captions. This is populated only when SRT output is requested.

#transcript

def transcript() -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
Returns

#transcript=

def transcript=(value) -> ::Google::Cloud::Speech::V2::BatchRecognizeResults
Parameter
Returns

#vtt_captions

def vtt_captions() -> ::String
Returns
  • (::String) — The transcript for the audio file as VTT formatted captions. This is populated only when VTT output 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 VTT output is requested.
Returns
  • (::String) — The transcript for the audio file as VTT formatted captions. This is populated only when VTT output is requested.