Method | Description | |
---|---|---|
OCRPage ( ) : System |
Method | Description | |
---|---|---|
DoWork ( |
Perform the work for this scenario
|
Method | Description | |
---|---|---|
GetSupportedLanguages ( ) : List |
||
RecognizeUrl ( string imageUrl, string language ) : Task |
Sends a url to Project Oxford and performs OCR
|
|
UploadAndRecognizeImage ( string imageFilePath, string language ) : Task |
Uploads the image to Project Oxford and performs OCR
|
protected DoWork ( |
||
imageUri | The URI of the image to run against the scenario | |
upload | bool | Upload the image to Project Oxford if [true]; submit the Uri as a remote url if [false]; |
return | System.Threading.Tasks.Task |