メインコンテンツへスキップ
ThreeStatePropertyValueEnum の列挙定数は、3 つの状態のいずれかを取る各種プロパティの値を設定するために使用されます。3 つの状態とは、特定の設定または処理モードを常に使用する (Yes) 、使用しない (No) 、または FineReader Engine に選択を委ねる (Auto) です。
typedef enum {
 TSPV_Yes,
 TSPV_No,
 TSPV_Auto
} ThreeStatePropertyValueEnum;

要素

NameDescription
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