RecognizedPhrase.Text 屬性

定義

取得語音辨識器從已辨識輸入產生的正規化文字。

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

屬性值

語音辨識器從已辨識輸入產生的正規化文字。

備註

在語音辨識程式中,語音辨識器會將已辨識輸入的語音轉換文字正規化執行到顯示表單中。

例如,口語輸入「二十五美元」,會產生辨識結果,其中 Words 屬性包含字組 「twenty」、「five」 和 「dollars」,而 Text 屬性包含片語 「$25.00」。 如需文字正規化的詳細資訊,請參閱 ReplacementText

適用於

另請參閱