Method: AssemblyAI::Realtime::FinalTranscript#words
- Defined in:
- lib/assemblyai/realtime/types/final_transcript.rb
#words ⇒ Array<AssemblyAI::Realtime::Word> (readonly)
Returns An array of objects, with the information for each word in the transcription text. Includes the start and end time of the word in milliseconds, the confidence score of the word, and the text, which is the word itself.
29 30 31 |
# File 'lib/assemblyai/realtime/types/final_transcript.rb', line 29 def words @words end |