Helper method to recognize an image.
Namespace: Microsoft.Hawaii.Ocr.ClientAssembly: Microsoft.Hawaii.Ocr.Client (in Microsoft.Hawaii.Ocr.Client.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
Parameters
- hawaiiAppId
- Type:
System String
Specifies the Hawaii Application Id.
- imageBuffer
- Type:
System Byte
Specifies a buffer containing an image that has to be processed. The image must be in JPEG format.
- onComplete
- Type: Microsoft.Hawaii ServiceAgent T OnCompleteDelegate
Specifies an on complete callback method.
- stateObject (Optional)
- Type:
System Object
Specifies a user defined object which will be provided in the call of the callback method.
See Also