InkRecognitionStatus 列舉 (msinkaut.h)
指定辨識期間是否發生錯誤,如果是,則指定發生哪個錯誤。
Syntax
typedef enum InkRecognitionStatus {
IRS_NoError = 0,
IRS_Interrupted = 0x1,
IRS_ProcessFailed = 0x2,
IRS_InkAddedFailed = 0x4,
IRS_SetAutoCompletionModeFailed = 0x8,
IRS_SetStrokesFailed = 0x10,
IRS_SetGuideFailed = 0x20,
IRS_SetFlagsFailed = 0x40,
IRS_SetFactoidFailed = 0x80,
IRS_SetPrefixSuffixFailed = 0x100,
IRS_SetWordListFailed = 0x200
} ;
常數
IRS_NoError 值: 0 不指定任何錯誤。 |
IRS_Interrupted 值: 0x1 辨識被 StopBackgroundRecognition呼叫中斷。 |
IRS_ProcessFailed 值: 0x2 筆跡辨識程式失敗。 |
IRS_InkAddedFailed 值: 0x4 無法新增筆跡。 |
IRS_SetAutoCompletionModeFailed 值: 0x8 無法設定 自動完成模式字元 。 |
IRS_SetStrokesFailed 值: 0x10 無法設定筆劃。 |
IRS_SetGuideFailed 值: 0x20 無法設定辨識指南。 |
IRS_SetFlagsFailed 值: 0x40 無法設定旗標。 |
IRS_SetFactoidFailed 值: 0x80 無法設定 factoid。 |
IRS_SetPrefixSuffixFailed 值: 0x100 無法設定尾碼或前置詞。 |
IRS_SetWordListFailed 值: 0x200 無法設定單字清單。 |
備註
SetGuideFailed、SetFlagsFailed、SetFactoidFailed 和 SetPrefixSuffixFailed 成員是多餘的,因為也會在設定對應的屬性時引發錯誤。
需求
最低支援的用戶端 | Windows XP Tablet PC Edition [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
標頭 | msinkaut.h |
另請參閱
CharacterAutoCompletion 屬性 [InkRecognizerCoNtext 類別]
Factoid 屬性 [InkRecognizerCoNtext 類別]
Guide 屬性 [InkRecognizerCoNtext 類別]
PrefixText 屬性 [InkRecognizerCoNtext 類別]
辨識事件 [InkRecognizerCoNtext 類別]
RecognitionFlags 屬性 [InkRecognizerCoNtext 類別]