跳轉到主要內容
此屬性會回傳指定字元的識別信賴度。這是主要 (已選取) 識別變體的信賴度。 Confidence 用來估計識別變體的準確性。不應將其視為整體識別品質的衡量指標:Confidence 唯一可安全使用的方式,是比較同一字元的各個識別變體。若字元是直接從來源 PDF 檔案擷取而未經識別,則其 Confidence 會設為 55。

語法

C++

HRESULT get_CharConfidence(
   int  Index,
   int* Result
);

C#

int get_CharConfidence( int Index );

Visual Basic .NET

Property CharConfidence(Index As Integer) As Integer

參數

Index [in] 此參數指定指定 symbol 在已辨識文字中的索引。 Result [out, retval] 指向 int 變數的指標,用於接收此屬性的值。

回傳值

此函式沒有特定的回傳值。它會回傳 ABBYY FineReader Engine 函式的標準回傳值

另請參閱

PlainText CharConfidence、ErrorProbability 和 IsSuspicious 之間有何差異? 使用 Properties