Method: AssemblyAI::Transcripts::TranscriptSentence#text

Defined in:
lib/assemblyai/transcripts/types/transcript_sentence.rb

#textString (readonly)

Returns The transcript of the sentence.

Returns:

  • (String)

    The transcript of the sentence



11
12
13
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 11

def text
  @text
end