Method: AssemblyAI::Transcripts::AutoHighlightResult#text
- Defined in:
- lib/assemblyai/transcripts/types/auto_highlight_result.rb
#text ⇒ String (readonly)
Returns 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 |