LiveEventTranscription.InputTrackSelection プロパティ

定義

取得または設定は、音声テキスト変換の文字起こしが適用される入力ライブ フィードでオーディオ トラックを選択するメカニズムを提供します。 このプロパティは将来使用するために予約されています。このプロパティに設定された値は無視されます。

[Newtonsoft.Json.JsonProperty(PropertyName="inputTrackSelection")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventInputTrackSelection> InputTrackSelection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="inputTrackSelection")>]
member this.InputTrackSelection : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventInputTrackSelection> with get, set
Public Property InputTrackSelection As IList(Of LiveEventInputTrackSelection)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象