Метод | Описание | |
---|---|---|
AnalyzePage ( ) : System |
Метод | Описание | |
---|---|---|
DoWork ( |
Perform the work for this scenario
|
Метод | Описание | |
---|---|---|
AnalyzeUrl ( string imageUrl ) : Task |
Sends a url to Project Oxford and performs analysis
|
|
UploadAndAnalyzeImage ( string imageFilePath ) : Task |
Uploads the image to Project Oxford and performs analysis
|
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]; |
Результат | System.Threading.Tasks.Task |