Class RecognitionResult
RecognitionResult class
画像認識の結果。 認識情報を含む要素と結果のエクスポート方法が含まれています。
public class RecognitionResult
プロパティ
メソッド
名前 | 説明 |
---|
GetJson(bool) | Form 認識結果を含む JSON 文字列。 |
GetSpellCheckCorrectedText(SpellCheckLanguage, string) | テキストを修正します (スペルミスの単語を置き換えます). |
GetSpellCheckErrorList(SpellCheckLanguage, string) | 与えられた入力テキストのスペルミスのある単語と、スペルの候補を見つけます。 |
GetXml() | 認識結果を含むフォーム XML 文字列. |
Save(MemoryStream, SaveFormat, bool, SpellCheckLanguage, string) | ドキュメントをプレーン テキスト、PDF、または Microsoft Word ドキュメントとして保存します。 |
Save(string, SaveFormat, bool, SpellCheckLanguage, string) | ドキュメントをプレーン テキスト、PDF、または Microsoft Word ドキュメントとして保存します。 |
operator + | 認識されたフラグメント (行) から完全な結果を完成させる. |
その他のメンバー
関連項目