Enum PixelType

Enum PixelType

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

Determina il tipo di dati pixel per il riconoscimento delle immagini.

public enum PixelType

Campi

BGR = 4

Imposta il tipo come bgr.

BYTE = 1

Imposta il tipo come 1 bit per pixel.

RGB = 2

Imposta il tipo come rgb.

RGBA = 3

Imposta il tipo come argb.

Osservazioni

Utilizzato in AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) per impostare le sequenze di byte nell’array di dati.

 Italiano