Method: AssemblyAI::Transcripts::AutoHighlightResult#text

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

#textString (readonly)

Returns The text itself of the key phrase.

Returns:

  • (String)

    The text itself of the key phrase



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

def text
  @text
end