BarcodeOrientationEnum の列挙定数は、ABBYY FineReader Engine で検出可能なバーコードの向きの種類を示すために使用されます。これは、BarcodeParams オブジェクトで使用されます。Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
要素
| Name | Description |
|---|---|
| BO_Autodetect | バーコードの向きを自動的に検出します。 |
| BO_Down_To_Top | バーコードは下から上向きです。 |
| BO_Left_To_Right | バーコードは左から右向きです。 |
| BO_Right_To_Left | バーコードは右から左向きです。 |
| BO_Top_To_Down | バーコードは上から下向きです。 |
| BO_Unknown | バーコードの向きが不明であることを示します。ABBYY FineReader Engineがバーコードの向きの検出に失敗した場合、戻り値として使用されることがあります。 |
