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

# TextCategoryEnum

> ABBYY FineReader Engine API の TextCategoryEnum — テキスト言語を使用して認識できるテキストのカテゴリ。

TextCategoryEnum 列挙定数は、テキスト言語を使用して認識できるテキストのさまざまなカテゴリを定義します。

```
typedef enum {
 TC_Unknown,
 TC_NaturalText,
 TC_TableCells,
 TC_FormFields,
 TC_Listing
} TextCategoryEnum;
```

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

| 名前              | 説明                                                                                                                      |
| --------------- | ----------------------------------------------------------------------------------------------------------------------- |
| TC\_FormFields  | この定数は、入力フォームのテキストを表します。この種のテキストには、数字、単語、またはフレーズが含まれる場合があります。そのため、構文規則は自然言語よりも緩やかで、スペースや句読点の規則は入力フォームのテキストに合わせて調整されています。 |
| TC\_Listing     | この値は、プログラミング言語またはその他の形式言語で記述されたテキストに対応します。                                                                              |
| TC\_NaturalText | この値は、自然言語のテキストを指定します。文で構成され、各文は自然言語の単語から成り、数字・句読点・略語・url などが稀に含まれます。                                                    |
| TC\_TableCells  | この定数は、表のセルに含まれるテキストを表します。一般的に、数字、単語、またはフレーズが含まれます。セルの内容は意味的に無関係 (または非常に一般的な関係にある) です。                                   |
| TC\_Unknown     | この値は、任意の型のテキストを指定します。                                                                                                   |

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

[ITextLanguage::ImpliedTextCategory](/ja/fine-reader/engine/api-reference/language-related-objects/textlanguage#impliedtextcategory)
