TemplateProcessor.Recalculate

TemplateProcessor.Recalculate method

微調整されたパラメーターを使用して認識結果を更新します。

public void Recalculate(RecognitionResult result, int recognitionThreshold = -100)
パラメータタイプ説明
resultRecognitionResult更新する認識結果。
recognitionThresholdInt32(オプション) 範囲内の認識しきい値 (0..100)。 しきい値を超えて塗りつぶされた要素のみが塗りつぶされたものとしてカウントされます。

備考

この方法を使用して、認識結果を改善します

関連項目