Class CharacterRecognitionResult

Class CharacterRecognitionResult

Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)

検出された文字データを含むページ。

public class CharacterRecognitionResult

継承

objectCharacterRecognitionResult

継承されたメンバー

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

コンストラクター

CharacterRecognitionResult()

public CharacterRecognitionResult()

フィールド

Characters

ページ上の検出された文字に関するデータ。

public List<character> Characters

フィールドの値

List<Character&gt;

ImageIndex

ページ上の画像のシーケンス番号。

public int ImageIndex

フィールドの値

int

Page

ページ番号。

public int Page

フィールドの値

int

Source

ファイルまたはURLのフルパス(該当する場合)。ストリーム、バイト配列、base64の場合は空です。

public string Source

フィールドの値

string

 日本語