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