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

# FuzzyString オブジェクトの CharacterVariants プロパティ

> ABBYY FineReader Engine API における FuzzyString オブジェクトの CharacterVariants プロパティ — fuzzy string の指定位置にある文字の認識候補を含む string を返します。

このプロパティは、単語内の指定位置にある文字の認識候補を含む string への参照を返します。

<div id="syntax">
  ## 構文
</div>

<div id="c">
  ### C++
</div>

```cpp theme={null}
HRESULT get_CharacterVariants(
   int   Position,
   BSTR* Result
);
```

### C\#

```csharp theme={null}
string get_CharacterVariants( int Position);
```

<div id="visual-basic-net">
  ### Visual Basic .NET
</div>

```vb theme={null}
ReadOnly Property CharacterVariants(Position As Integer) As String
```

<div id="parameters">
  ## Parameters
</div>

Position

\[in] この変数には、単語内の文字の位置が格納されます。

Result

\[out, retval] 認識バリアントを含む string を受け取る BSTR 変数へのポインター。

<div id="return-values">
  ## 戻り値
</div>

このプロパティに固有の戻り値はありません。[ABBYY FineReader Engine 関数の標準戻り値](/ja/fine-reader/engine/api-reference/return-codes)が返されます。

<div id="remarks">
  ## 注記
</div>

返された string に U+FFFD 記号が含まれている場合、その単語の指定位置には任意の記号を使用できます。

<div id="see-also">
  ## 関連項目
</div>

[FuzzyString](/ja/fine-reader/engine/api-reference/language-related-objects/fuzzystring)

[Properties の使用](/ja/fine-reader/engine/guided-tour/advanced-techniques/programming-aspects/working-with-properties)
