Method | Description | |
---|---|---|
ThumbnailPage ( ) : System |
Method | Description | |
---|---|---|
DoWork ( |
Perform the work for this scenario
|
Method | Description | |
---|---|---|
ThumbnailUrl ( string imageUrl, int width, int height, bool smartCropping ) : Task |
Sends a url to Project Oxford and generates a thumbnail
|
|
UploadAndThumbnailImage ( string imageFilePath, int width, int height, bool smartCropping ) : Task |
Uploads the image to Project Oxford and generates a thumbnail
|
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 |