Class ImageData

Class ImageData

Pôvodný názov: Aspose.OCR Zhromaždenie: Aspose.OCR.dll (25.4.0)

Informácie o spracovanom / uznanom obraze.

public class ImageData

Inheritance

object ImageData

Z dedičných členov

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

Fields

Stream

Obrázok v streame.

public MemoryStream Stream

Fieldová hodnota

MemoryStream

Properties

Filters

Prepracovanie obrazu s cieľom zlepšiť presnosť OCR.

public PreprocessingFilter Filters { get; set; }

Hodnota nehnuteľnosti

PreprocessingFilter

Height

Výška obrazu .

public int Height { get; set; }

Hodnota nehnuteľnosti

int

Source

Úplná cesta k súboru alebo URL, ak existuje. prázdny pre toky, byte arrays, base64.

public string Source { get; set; }

Hodnota nehnuteľnosti

string

Type

Typ obsahu ImageData.

public InputType Type { get; set; }

Hodnota nehnuteľnosti

InputType

Width

Šírka obrazu .

public int Width { get; set; }

Hodnota nehnuteľnosti

int

 Slovenčina