Method: AssemblyAI::Transcripts::SentencesResponse#sentences
- Defined in:
- lib/assemblyai/transcripts/types/sentences_response.rb
#sentences ⇒ Array<AssemblyAI::Transcripts::TranscriptSentence> (readonly)
Returns An array of sentences in the transcript.
17 18 19 |
# File 'lib/assemblyai/transcripts/types/sentences_response.rb', line 17 def sentences @sentences end |