> ## 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.

# IBarcodeFindingOptions

> IBarcodeFindingOptions は、Scanning Station スクリプトでバーコード検出オプション（検索領域、バーコード種別、想定される向き）を設定します。

<div id="what-it-does">
  ## 機能
</div>

バーコード検出のオプションを格納します。

<div id="properties">
  ## プロパティ
</div>

| **名前**       | **型**                                                                            | **アクセス**  | **説明**                                                                                                                             |
| ------------ | -------------------------------------------------------------------------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| Rect         | [IPageRect](/ja/flexi-capture/scanning-station/shared/scripts/pagerect)          | 読み取り/書き込み | ページ上のバーコード領域を限定する矩形です。すべての寸法が "0" の場合、この矩形はページ全体を表すものと見なされます。                                                                      |
| Types        | [IScriptValues](/ja/flexi-capture/scanning-station/shared/scripts/script-values) | 読み取り専用    | バーコードの種類。使用可能な値の一覧については、[IScriptFoundBarcode](/ja/flexi-capture/scanning-station/shared/scripts/found-barcode) オブジェクトの説明を参照してください。 |
| Orientations | [IScriptValues](/ja/flexi-capture/scanning-station/shared/scripts/script-values) | 読み取り専用    | バーコードの向き。使用可能な値の一覧については、[IScriptFoundBarcode](/ja/flexi-capture/scanning-station/shared/scripts/found-barcode) オブジェクトの説明を参照してください。 |
