次の方法で共有


LiveEventTranscription.Language プロパティ

定義

音声テキスト変換の文字起こしに使用する言語 (ロケール) を取得または設定します。オーディオ トラックの音声言語と一致する必要があります。値は BCP-47 形式である必要があります (例: 'en-US')。 ライブ文字起こし機能の詳細と、サポートされている言語の一覧を参照してください https://go.microsoft.com/fwlink/?linkid=2133742

[Newtonsoft.Json.JsonProperty(PropertyName="language")]
public string Language { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="language")>]
member this.Language : string with get, set
Public Property Language As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象