RECO_LATTICE 結構 (rectypes.h)
做為延遲的進入點。
語法
typedef struct tagRECO_LATTICE {
ULONG ulColumnCount;
RECO_LATTICE_COLUMN *pLatticeColumns;
ULONG ulPropertyCount;
GUID *pGuidProperties;
ULONG ulBestResultColumnCount;
ULONG *pulBestResultColumns;
ULONG *pulBestResultIndexes;
} RECO_LATTICE;
成員
ulColumnCount
Lattice 中的數據行數目。
pLatticeColumns
由 lattice 所包含 之RECO_LATTICE_COLUMN 結構的陣列。
ulPropertyCount
指派給 Lattice 的屬性數目。 如需屬性的詳細資訊,請參閱 RECO_LATTICE_PROPERTIES 結構。
pGuidProperties
屬性 GUID 的陣列。 這些屬性的 GUIDS 可以是 Msinkaut.h 頭檔中定義的屬性 (,例如行計量) 或辨識器所定義的自定義屬性。
ulBestResultColumnCount
最佳結果所包含的數據行數目。
pulBestResultColumns
陣列,其中包含 pLatticeColumns 陣列中構成最佳結果之數據行的索引。
pulBestResultIndexes
pulBestResultColumn 所指定對應數據行之 pLatticeElements 陣列中專案的索引數位。
備註
ulBestResultColumnCount、pulBestResultColumns 和 pulBestResultIndexes 成員會一起使用,以保存所有數據行之間前幾個替代專案的相關信息。 這些值應該由辨識器填入,即使在沒有分割且只有一個數據行的最簡單案例中也是如此。 使用 “together” 範例時,如果辨識器判斷最佳結果為 「要收集」,ulBestResultColumnCount 會是 3,pulBestResultColumns 陣列會包含 [0,1,2] 且 pulBestResultIndexes 數組會包含 [1,0,2]。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP Tablet PC Edition [僅限傳統型應用程式] |
最低支援的伺服器 | 都不支援 |
標頭 | rectypes.h |