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

# File

***

title: "ファイル"
description: "ABBYY FlexiCapture Web Services API の ファイル データ型。ファイル名を表す string と、ファイルのバイナリ内容を格納する byte array で構成され、API 経由で転送されます。"
keywords: \["ファイル", "ファイル データ型", "ファイル名", "バイナリデータ", "byte array", "API 構造", "データ型", "FlexiCapture Web Services API", "ABBYY FlexiCapture"]
\---"

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

**ファイル**データ型はファイルを保持します。

<div id="fields">
  ## フィールド
</div>

| **名前** | **型**          | **説明**        |
| ------ | -------------- | ------------- |
| Name   | string         | ファイル名         |
| Bytes  | System.byte\[] | ファイルのバイナリ データ |
