Method: AssemblyAI::Transcripts::TranscriptSentence#channel
- Defined in:
- lib/assemblyai/transcripts/types/transcript_sentence.rb
#channel ⇒ String (readonly)
Returns The channel of the sentence. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially.
22 23 24 |
# File 'lib/assemblyai/transcripts/types/transcript_sentence.rb', line 22 def channel @channel end |