Method: AssemblyAI::Transcripts::TranscriptSentence#words
- Defined in:
- lib/assemblyai/transcripts/types/transcript_sentence.rb
#words ⇒ Array<AssemblyAI::Transcripts::TranscriptWord> (readonly)
Returns An array of words in the sentence.
19 20 21 |
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 19 def words @words end |