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

# XMLCharAttributesEnum

> ABBYY FineReader Engine API における XMLCharAttributesEnum — XML 出力ファイルに書き込まれる文字属性（CharParams 由来）のグループ。

XMLCharAttributesEnum の列挙定数は、XML 形式のファイルに書き込む[文字属性](/ja/fine-reader/engine/api-reference/text-related-objects/charparams)のグループを指定するために使用されます。

```
typedef enum {
 XCA_None,
 XCA_Ascii,
 XCA_Basic,
 XCA_Extended
} XMLCharAttributesEnum;
```

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

<table><thead><tr><th><p><strong>名前</strong></p></th><th><p><strong>説明</strong></p></th></tr></thead><tbody><tr><td><p>XCA\_Ascii</p></td><td><p>文字座標および文字信頼度が書き込まれます。<strong><a href="/ja/fine-reader/engine/api-reference/text-related-objects/plaintext/savetoasciixmlfile-method">IPlainText::SaveToAsciiXMLFile</a></strong> メソッドとまったく同じ形式が使用されます。</p><Note>この場合、ブロック座標は書き込まれません。</Note></td></tr><tr><td><p>XCA\_Basic</p></td><td><p>文字座標およびブロック座標が書き込まれます。</p></td></tr><tr><td><p>XCA\_Extended</p></td><td><p>文字座標およびブロック座標、文字信頼度、拡張文字属性が書き込まれます。書き込まれる拡張属性は次のとおりです。</p><ul><li>その文字が単語の先頭文字かどうか</li><li>その単語が辞書にあるかどうか</li><li>その単語が標準認識言語またはユーザー定義認識言語のいずれかで認識されており、かつ数値でも識別子でもないかどうか</li><li>その単語が数値かどうか</li><li>その単語が識別子かどうか</li><li>その文字がセリフフォントで書かれている確率</li><li>単語内の文字の不一致に対するペナルティ</li><li>単語画像の RLE 表現におけるストロークの平均幅</li></ul></td></tr><tr><td><p>XCA\_None</p></td><td><p>文字属性は書き込まれません。</p></td></tr></tbody></table>

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

[IXMLExportParams::WriteCharAttributes](/ja/fine-reader/engine/api-reference/parameter-objects/export-parameters/xmlexportparams#writecharattributes)
