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