AsposeOcr.RecognizeCarPlate
محتويات
[
يخفي
]RecognizeCarPlate(string, CarPlateRecognitionSettings)
يتعرف على لوحة السيارة.
public RecognitionResult RecognizeCarPlate(string fullPath,
CarPlateRecognitionSettings settings = null)
معامل | يكتب | وصف |
---|---|---|
fullPath | String | المسار إلى صورة لوحة السيارة. |
settings | CarPlateRecognitionSettings | إعدادات التعرفCarPlateRecognitionSettings . |
قيمة الإرجاع
الRecognitionResult
مع نتائج التعرف على الصور.
ملاحظات
يتعرف على لوحة السيارة مع إمكانية التحديدCarPlateRecognitionSettings
. يدعم GIF و PNG و JPEG و BMP و TIFF و JFIF.
أنظر أيضا
- class RecognitionResult
- class CarPlateRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR
RecognizeCarPlate(MemoryStream, CarPlateRecognitionSettings)
يتعرف على لوحة السيارة.
public RecognitionResult RecognizeCarPlate(MemoryStream stream,
CarPlateRecognitionSettings settings = null)
معامل | يكتب | وصف |
---|---|---|
stream | MemoryStream | تيار الذاكرة الذي يحتوي على صورة الإيصال. |
settings | CarPlateRecognitionSettings | إعدادات التعرفCarPlateRecognitionSettings . |
قيمة الإرجاع
الRecognitionResult
مع نتائج التعرف على الصور.
ملاحظات
يتعرف على لوحة السيارة مع إمكانية التحديدCarPlateRecognitionSettings
. يدعم GIF و PNG و JPEG و BMP و TIFF و JFIF.
أنظر أيضا
- class RecognitionResult
- class CarPlateRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR