Enum PixelType
Enum PixelType
Namespace: Aspose.OCR
Assembly: Aspose.OCR.dll (25.1.0)
Bestämmer typen av pixeldata för bildigenkänning.
public enum PixelType
Fält
BGR = 4
Sätter typ som bgr.
BYTE = 1
Sätter typ som 1 bit per pixel.
RGB = 2
Sätter typ som rgb.
RGBA = 3
Sätter typ som argb.
Kommentarer
Används i AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) för att ställa in sekvenserna av byte i datamängden.