跳转到主要内容
此属性返回对 string 的引用,其中包含单词中指定位置处字符的识别变体。

语法

C++

HRESULT get_CharacterVariants(
   int   Position,
   BSTR* Result
);

C#

string get_CharacterVariants( int Position);

Visual Basic .NET

ReadOnly Property CharacterVariants(Position As Integer) As String

参数

Position [in] 此变量包含该字符在单词中的位置。 Result [out, retval] 指向 BSTR 变量的指针,该变量接收包含识别变体的string。

返回值

此属性没有特定返回值。它会返回 ABBYY FineReader Engine 函数的标准返回值

备注

如果返回的 string 包含 U+FFFD 符号,则该词中指定位置可以使用任何符号。

另请参阅

FuzzyString Properties 的使用