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

FieldMarkingTypeEnum enumeration constants describe available types of field marking.

<Note>
  The number of character cells for a recognized block you can set with help of the [IRecognizerParams::CellsCount](/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams#cellscount) property.
</Note>

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

## Elements

| Name                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| FMT\\\_CharBoxSeries    | This value specifies that the field where the text is located is a set of separate boxes: <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      | This value specifies that the field where the text is located is a comb and that this comb is also the bottom line of a frame: <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        | This value specifies that the text is located in white fields on a gray background: <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 | This value specifies that the field where the text is located is a frame and this frame is split by vertical lines: <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       | This value specifies that the field where the text is located is a comb: <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       | This value denotes the plain text: <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      | This value specifies that the text is enclosed in a frame: <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   | This value specifies that the text is underlined: <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" />                                                                                     |

## Used in

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

[Recognizing Handwritten Texts](/fine-reader/engine/guided-tour/advanced-techniques/recognizing-handwritten-texts)
