Method: AssemblyAI::Transcripts::TranscriptSentence#channel

Defined in:
lib/assemblyai/transcripts/types/transcript_sentence.rb

#channelString (readonly)

Returns The channel of the sentence. The left and right channels are channels 1 and 2. Additional channels increment the channel number sequentially.

Returns:

  • (String)

    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