Property | Type | Description | |
---|---|---|---|
Log | void | ||
ShowPreviewAndDoWork | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
DoWork ( |
Perform the work for this scenario
|
|
LoadImageButton_Click ( object sender, |
||
LogAnalysisInDomainResult ( |
Log the result of an analysis in domain result
|
|
LogAnalysisResult ( |
Show Analysis Result
|
|
LogOcrResults ( |
Log text from the given OCR results object.
|
|
SubmitUriButton_Click ( object sender, |
Method | Description | |
---|---|---|
Log ( string message ) : void |
Logs a message to the parent control
|
|
ShowPreviewAndDoWork ( |
protected abstract 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 |
protected LoadImageButton_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected LogAnalysisInDomainResult ( |
||
result | ||
return | void |
protected LogAnalysisResult ( |
||
result | Analysis Result | |
return | void |
protected LogOcrResults ( |
||
results | The OCR results. | |
return | void |
protected SubmitUriButton_Click ( object sender, |
||
sender | object | |
e | ||
return | void |