> ## 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 dans l’API ABBYY FineReader Engine — Types de marquage de champ disponibles.

Les constantes de l’énumération FieldMarkingTypeEnum décrivent les types de marquage de champ disponibles.

<Note>
  Vous pouvez définir, à l’aide de la propriété [IRecognizerParams::CellsCount](/fr/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/recognizerparams#cellscount), le nombre de cellules de caractères d’un bloc reconnu.
</Note>

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

<div id="elements">
  ## Éléments
</div>

| Nom                   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| FMT\_CharBoxSeries    | Cette valeur indique que le champ contenant le texte est constitué d’un ensemble de cases distinctes : <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      | Cette valeur indique que le champ contenant le texte est une grille et que cette grille constitue également la ligne inférieure d’un cadre : <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        | Cette valeur indique que le texte se trouve dans des champs blancs sur un fond gris : <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 | Cette valeur indique que le champ contenant le texte est un cadre divisé par des lignes verticales : <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       | Cette valeur indique que le champ contenant le texte est une grille : <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       | Cette valeur désigne le texte brut : <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      | Cette valeur indique que le texte est encadré : <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   | Cette valeur indique que le texte est souligné : <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">
  ## Utilisé dans
</div>

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

[Reconnaissance de textes manuscrits](/fr/fine-reader/engine/guided-tour/advanced-techniques/recognizing-handwritten-texts)
