Class ImageData
Class ImageData
Il nome: Aspose.OCR Assemblea: Aspose.OCR.dll (25.4.0)
Informazioni sull’immagine processata / riconosciuta.
public class ImageData
Inheritance
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
Properties
Filters
Preprocessamento dell’immagine per migliorare l’accuratezza dell’OCR.
public PreprocessingFilter Filters { get; set; }
Valore di proprietà
Height
Altezza dell’immagine.
public int Height { get; set; }
Valore di proprietà
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à
Type
Il tipo di contenuto di ImageData.
public InputType Type { get; set; }
Valore di proprietà
Width
larghezza dell’immagine.
public int Width { get; set; }