跳轉到主要內容
ThreeStatePropertyValueEnum 列舉常數可用於設定不同屬性的值;這些屬性有三種可能的狀態:一律使用特定設定或處理模式 (Yes) 、一律不使用 (No) ,或將選擇交由 FineReader Engine 決定 (Auto) 。
typedef enum {
 TSPV_Yes,
 TSPV_No,
 TSPV_Auto
} ThreeStatePropertyValueEnum;

元素

名稱說明
TSPV_AutoABBYY FineReader Engine 會視情況 (例如影像特性等) 自動判斷是否使用此處理模式。自動模式是根據在大多數常見情況下被認為最佳的設定所建立,未來可能會變更,恕不另行通知。
TSPV_No不使用相關的處理模式。
TSPV_Yes使用相關的處理模式。

使用於

IPagePreprocessingParams::CorrectGeometry IPagePreprocessingParams::CorrectSkew IPagePreprocessingParams::CropImage IPDFExportFeatures::WriteTaggedPDF IPDFExportFeatures::WriteXmpMetadata IPDFMRCParams::ProcessPicturesAsBackground IPDFPictureCompressionParams::EnableInterpolationMode IPrepareImageMode::CompressImage IRecognizerParams::LanguageDetectionMode IRTFExportParams::KeepPageBreaks ISynthesisParamsForPage::AllowGrayBackgroundColor ISynthesisParamsForPage::AllowGrayTextColor ISynthesisParamsForPage::CorrectDynamicRange ISynthesisParamsForPage::DetectBackgroundColor ISynthesisParamsForPage::DetectTextColor