RecognizeCarPlate
RecognizeCarPlate(OcrInput)
识别车牌上的文本。
public OcrOutput RecognizeCarPlate(OcrInput images)
| Parameter | Type | 描述 |
|---|---|---|
| images | OcrInput | 包含源的容器OcrInput。 |
返回值
包含图像识别结果的 RecognitionResult 对象列表。
备注
识别车牌,并可指定 CarPlateRecognitionSettings。支持 GIF、PNG、JPEG、BMP、TIFF、JFIF、流、目录、数组、存档。
另请参见
- class OcrOutput
- class OcrInput
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeCarPlate(OcrInput, CarPlateRecognitionSettings)
识别车牌上的文本。
public OcrOutput RecognizeCarPlate(OcrInput images, CarPlateRecognitionSettings settings)
| Parameter | Type | 描述 |
|---|---|---|
| images | OcrInput | 包含源的容器OcrInput。 |
| settings | CarPlateRecognitionSettings | 识别设置 CarPlateRecognitionSettings。 |
返回值
包含图像识别结果的 RecognitionResult 对象列表。
备注
识别车牌,并可指定 CarPlateRecognitionSettings。支持 GIF、PNG、JPEG、BMP、TIFF、JFIF、流、目录、数组、存档。
另请参见
- class OcrOutput
- class OcrInput
- class CarPlateRecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR