Method: AssemblyAI::Transcripts::TranscriptWord#text

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

#textString (readonly)

Returns The text of the word.

Returns:

  • (String)

    The text of the word



16
17
18
# File 'lib/assemblyai/transcripts/types/transcript_word.rb', line 16

def text
  @text
end