> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/workflows/ja/burokku/blocks/run-a-model/barcode-detection.md).

# バーコード検出

画像内のバーコードの位置を検出します。

このブロックは、画像内のバーコード領域を検出する必要がある製造業や消費者向け包装商品向けのプロジェクトに役立ちます。次に Crop ブロックを適用して各バーコードを切り出し、その後、さらに処理（例: バーコード上の文字の OCR）を行えます。

### 型識別子

ステップで次の識別子を使用してください `"type"` フィールド： `roboflow_core/barcode_detector@v1` ワークフローにこのブロックをステップとして追加するには。

### プロパティ

| **名前** | **型** | **説明**                  | 参照 |
| ------ | ----- | ----------------------- | -- |
| `name` | `str` | このステップの一意の識別子を入力してください。 | ❌  |

この **参照** 列は、で利用可能な動的値を使ってプロパティをパラメータ化できる可能性を示します `ワークフロー` 実行時。参照 *バインディング* 詳細は。

### 入力と出力のバインディング

利用可能な接続は、そのバインディング種別によって異なります。どのバインディング種別が `バーコード検出` のバージョン `v1` あるか確認してください。

<details>

<summary>入力と出力のバインディング</summary>

* 入力
  * `images` ([*`image`*](/workflows/ja/gaido/developer-guide/kinds/image.md)): 推論対象の画像です..
* 出力
  * `predictions` ([`bar_code_detection`](/workflows/ja/gaido/developer-guide/kinds/bar-code-detection.md)）：バーコード検出による予測。

</details>

<details>

<summary>JSON 定義の例</summary>

```json
{
	    "name": "<your_step_name_here>",
	    "type": "roboflow_core/barcode_detector@v1",
	    "images": "$inputs.image"
	}
```

</details>
