C# Class VisionAPI_WPF_Samples.AnalyzePage

Interaction logic for AnalyzePage.xaml
Inheritance: ImageScenarioPage
Show file Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
AnalyzePage ( ) : System

Protected Methods

Method Description
DoWork ( Uri imageUri, bool upload ) : System.Threading.Tasks.Task

Perform the work for this scenario

Private Methods

Method Description
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

Method Details

AnalyzePage() public method

public AnalyzePage ( ) : System
return System

DoWork() protected method

Perform the work for this scenario
protected DoWork ( Uri imageUri, bool upload ) : System.Threading.Tasks.Task
imageUri System.Uri 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