Class ImageData
Class ImageData
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
処理された/認識された画像に関する情報。
public class ImageData
継承
継承されたメンバー
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
フィールド
フィルター
OCRの精度を向上させるための画像前処理。
public PreprocessingFilter Filters
フィールドの値
高さ
画像の高さ。
public int Height
フィールドの値
ソース
ファイルまたはURLへのフルパス。ストリーム、バイト配列、base64の場合は空。
public string Source
フィールドの値
ストリーム
ストリーム内の画像。
public MemoryStream Stream
フィールドの値
タイプ
ImageDataコンテンツのタイプ。
public InputType Type
フィールドの値
幅
画像の幅。
public int Width