Method: AssemblyAI::Transcripts::TranscriptSentence#text
- Defined in:
- lib/assemblyai/transcripts/types/transcript_sentence.rb
#text ⇒ String (readonly)
Returns The transcript of the sentence.
11 12 13 |
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 11 def text @text end |