LiveEvent.Transcriptions プロパティ

定義

ライブ イベントのライブ文字起こし設定を取得または設定します。 ライブ文字起こし機能の詳細については、以下を参照してください https://go.microsoft.com/fwlink/?linkid=2133742

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象