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

# FieldMarkingTypeEnum

> ABBYY FineReader Engine API の FieldMarkingTypeEnum — 使用可能な field のマーキングの種類。

FieldMarkingTypeEnum 列挙定数は、使用可能な field のマーキング種別を表します。

<Note>
  認識されたブロックの文字セル数は、[IRecognizerParams::CellsCount](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams#cellscount) プロパティで設定できます。
</Note>

```
typedef enum {
 FMT_SimpleText,
 FMT_UnderlinedText,
 FMT_TextInFrame,
 FMT_GrayBoxes,
 FMT_CharBoxSeries,
 FMT_SimpleComb,
 FMT_CombInFrame,
 FMT_PartitionedFrame
} FieldMarkingTypeEnum;
```

<div id="elements">
  ## 要素
</div>

| Name                  | Description                                                                                                                                                                                                                                                                                                                                                                                                             |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FMT\_CharBoxSeries    | この値は、テキストが配置されている field が個別のボックスの集まりであることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_charboxseries.gif?s=24fab20756efa6619690c87727cbf6d1" alt="Handprint_CharBoxSeries" width="247" height="29" data-path="images/fine-reader/engine/handprint_charboxseries.gif" />                     |
| FMT\_CombInFrame      | この値は、テキストが配置されている field がコンブであり、そのコンブがフレームの下辺も兼ねていることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_combinframe.gif?s=565aaf9fcd16351da3df9af66ae7a75d" alt="Handprint_CombInFrame" width="217" height="30" data-path="images/fine-reader/engine/handprint_combinframe.gif" />               |
| FMT\_GrayBoxes        | この値は、テキストが灰色の背景上の白い field に配置されていることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_greyboxes.gif?s=074e1ec1314c808d89462810827eb351" alt="Handprint_GreyBoxes" width="252" height="40" data-path="images/fine-reader/engine/handprint_greyboxes.gif" />                                      |
| FMT\_PartitionedFrame | この値は、テキストが配置されている field がフレームであり、そのフレームが縦線で区切られていることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_partitionedframe.gif?s=90e404875b29695b4848e8048926690b" alt="Handprint_PartitionedFrame" width="217" height="30" data-path="images/fine-reader/engine/handprint_partitionedframe.gif" /> |
| FMT\_SimpleComb       | この値は、テキストが配置されている field がコンブであることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_simplecomb.gif?s=340469460b89836e962326f17032d862" alt="Handprint_SimpleComb" width="217" height="29" data-path="images/fine-reader/engine/handprint_simplecomb.gif" />                                      |
| FMT\_SimpleText       | この値はプレーンテキストを表します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint.gif?s=2bf9c46810c0f951ecd7ff16a4c974db" alt="Handprint" width="156" height="36" data-path="images/fine-reader/engine/handprint.gif" />                                                                                            |
| FMT\_TextInFrame      | この値は、テキストがフレームで囲まれていることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_inframe.gif?s=b586cc897659bab444a1b01c46613973" alt="Handprint_InFrame" width="163" height="36" data-path="images/fine-reader/engine/handprint_inframe.gif" />                                                         |
| FMT\_UnderlinedText   | この値は、テキストに下線が付いていることを示します: <img src="https://mintcdn.com/abbyy/lsETHFYUFiongXSm/images/fine-reader/engine/handprint_underlined.gif?s=fa9994fec87d7c6946b4923cc3874091" alt="Handprint_Underlined" width="156" height="43" data-path="images/fine-reader/engine/handprint_underlined.gif" />                                                   |

<div id="used-in">
  ## 使用箇所
</div>

[IRecognizerParams::FieldMarkingType](/ja/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams#fieldmarkingtype)

[手書き文字の認識](/ja/fine-reader/engine/guided-tour/advanced-techniques/recognizing-handwritten-texts)
