PixelType
PixelType enumeration
确定图像识别的像素数据类型。
public enum PixelType
值
| 名称 | 值 | 描述 |
|---|---|---|
| BYTE | 1 | 将类型设置为每像素 1 位。 |
| RGB | 2 | 将类型设置为 rgb。 |
| RGBA | 3 | 将类型设置为 argb。 |
| BGR | 4 | 将类型设置为 bgr。 |
备注
用于 !:AsposeOcr.RecognizeImage(byte[], int, int, PixelType, RecognitionSettings) 中,以设置数据数组中的字节序列。
另请参见
- namespace Aspose.OCR
- assembly Aspose.OCR