AsposeOcr.RecognizeCarPlate
inhoud
[
verbergen
]RecognizeCarPlate(string, CarPlateRecognitionSettings)
Herkent kentekenplaat.
public RecognitionResult RecognizeCarPlate(string fullPath,
CarPlateRecognitionSettings settings = null)
Parameter | Type | Beschrijving |
---|---|---|
fullPath | String | Pad naar de afbeelding van de autoplaat. |
settings | CarPlateRecognitionSettings | Herkenning instellingenCarPlateRecognitionSettings . |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Opmerkingen
Herkent autoplaat met de mogelijkheid om te specificerenCarPlateRecognitionSettings
. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
Zie ook
- class RecognitionResult
- class CarPlateRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeCarPlate(MemoryStream, CarPlateRecognitionSettings)
Herkent kentekenplaat.
public RecognitionResult RecognizeCarPlate(MemoryStream stream,
CarPlateRecognitionSettings settings = null)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Geheugenstroom met de bonafbeelding. |
settings | CarPlateRecognitionSettings | Herkenning instellingenCarPlateRecognitionSettings . |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Opmerkingen
Herkent autoplaat met de mogelijkheid om te specificerenCarPlateRecognitionSettings
. Ondersteunt GIF, PNG, JPEG, BMP, TIFF, JFIF.
Zie ook
- class RecognitionResult
- class CarPlateRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR