TranscriptionOptions.ActiveChannels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The 0-based indices of the channels to be transcribed separately. If not specified, multiple channels are merged and transcribed jointly. Only up to two channels are supported.
public System.Collections.Generic.IList<int> ActiveChannels { get; }
member this.ActiveChannels : System.Collections.Generic.IList<int>
Public ReadOnly Property ActiveChannels As IList(Of Integer)