次の方法で共有


SampleUtterance.Text プロパティ

定義

サンプル発話のテキスト属性を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象