命名空間 Microsoft::CognitiveServices::Speech::Intent

摘要

成員 描述
enum EntityType 用來定義用於意圖辨識的實體類型。
enum EntityMatchMode 用來定義用於意圖辨識的實體類型。
enum EntityGreed 用來定義實體的窮盡。
類別 Intent::ConversationalLanguageUnderunderModel 表示用於意圖辨識的交談式Language Understanding。
類別 Intent::IntentRecognitionCanceledEventArgs 意圖辨識已取消事件引數的類別。
類別 Intent::IntentRecognitionEventArgs 意圖辨識事件引數的類別。
類別 Intent::IntentRecognitionResult 表示意圖辨識的結果。
類別 Intent::IntentRecognizer 除了執行語音轉換文字辨識之外,IntentRecognizer 還會擷取說話者意圖的結構化資訊,可用來使用專用意圖觸發程式來推動進一步動作, (請參閱 IntentTrigger) 。
類別 Intent::IntentTrigger 表示意圖觸發程式。
類別 Intent::LanguageUnder understandingModel 表示用於意圖辨識的語言理解模型。
類別 Intent::P atternMatchingModel 表示用於意圖辨識的模式比對模型。
結構意圖::P atternMatchingEntity 表示用於意圖辨識的模式比對實體。
結構意圖::P atternMatchingIntent 表示用於意圖辨識的模式比對意圖。

成員

enum EntityType

描述
任意 這會比對填滿位置的任何文字。
List 如果模式設定為「模糊」,這會比對包含在清單內的文字或任何文字。
預先建置的Integer 這會比對基數和序數整數。

用來定義用於意圖辨識的實體類型。

enum EntityMatchMode

描述
基本 這是根據 EntityType 進行比對的基本或預設模式。
Strict 這只會比對實體片語內的完全相符專案。
模糊 這會比對實體所在的位置內的文字,但不需要來自該文字的任何專案。

用來定義用於意圖辨識的實體類型。

enum EntityGreed

描述
緩慢 延遲會盡可能比對。
貪婪 窮盡會盡可能比對。

用來定義實體的窮盡。