Class ImageData

Class ImageData

Il nome: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)

Informazioni sull’immagine processata / riconosciuta.

public class ImageData

Inheritance

object ImageData

I membri ereditari

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

Fields

Stream

Immagine in streaming.

public MemoryStream Stream

Valore di campo

MemoryStream

Properties

Filters

Preprocessamento dell’immagine per migliorare l’accuratezza dell’OCR.

public PreprocessingFilter Filters { get; set; }

Valore di proprietà

PreprocessingFilter

Height

Altezza dell’immagine.

public int Height { get; set; }

Valore di proprietà

int

Source

Il percorso completo per il file o l’URL, se c’è. vuoto per i flussi, array byte, base64.

public string Source { get; set; }

Valore di proprietà

string

Type

Il tipo di contenuto di ImageData.

public InputType Type { get; set; }

Valore di proprietà

InputType

Width

larghezza dell’immagine.

public int Width { get; set; }

Valore di proprietà

int

 Italiano