SrgsToken(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 SrgsToken 類別的新執行個體,並指定要辨識的文字。
public:
SrgsToken(System::String ^ text);
public SrgsToken (string text);
new System.Speech.Recognition.SrgsGrammar.SrgsToken : string -> System.Speech.Recognition.SrgsGrammar.SrgsToken
Public Sub New (text As String)
參數
例外狀況
text
為 null
。
text
是空的。
備註
建立 物件, SrgsToken 其 Text 屬性一開始設定為 參數的值 text
。