Method | Description | |
---|---|---|
TagsPage ( ) : System |
Method | Description | |
---|---|---|
DoWork ( |
Perform the work for this scenario
|
Method | Description | |
---|---|---|
GenerateTagsForUrl ( string imageUrl ) : Task |
Sends a url to Project Oxford and generates tags for it
|
|
UploadAndGetTagsForImage ( string imageFilePath ) : Task |
Uploads the image to Project Oxford and generates tags
|
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 |