Share via


GrammarPhrase.From(String) メソッド

定義

指定した語句テキストを使用して文法句を作成します。

public static Microsoft.CognitiveServices.Speech.GrammarPhrase From (string text);
static member From : string -> Microsoft.CognitiveServices.Speech.GrammarPhrase
Public Shared Function From (text As String) As GrammarPhrase

パラメーター

text
String

ユーザーが読み上げることができるフレーズを表すテキスト。

戻り値

文法句への共有ポインター。

適用対象