AsposeOcr.RecognizeCarPlate

RecognizeCarPlate(string, CarPlateRecognitionSettings)

車のプレートを認識します.

public RecognitionResult RecognizeCarPlate(string fullPath, 
    CarPlateRecognitionSettings settings = null)
パラメータタイプ説明
fullPathString車のプレート イメージへのパス。
settingsCarPlateRecognitionSettings認識設定CarPlateRecognitionSettings.

戻り値

RecognitionResult画像認識結果を持つオブジェクト。

備考

車のプレートを認識し、指定する機能CarPlateRecognitionSettings. GIF、PNG、JPEG、BMP、TIFF、JFIF をサポートします。

関連項目


RecognizeCarPlate(MemoryStream, CarPlateRecognitionSettings)

車のプレートを認識します.

public RecognitionResult RecognizeCarPlate(MemoryStream stream, 
    CarPlateRecognitionSettings settings = null)
パラメータタイプ説明
streamMemoryStreamレシート イメージを含むメモリ ストリーム。
settingsCarPlateRecognitionSettings認識設定CarPlateRecognitionSettings.

戻り値

RecognitionResult画像認識結果を持つオブジェクト。

備考

車のプレートを認識し、指定する機能CarPlateRecognitionSettings. GIF、PNG、JPEG、BMP、TIFF、JFIF をサポートします。

関連項目