C# Class VisionAPI_WPF_Samples.AnalyzeInDomainPage

Interaction logic for AnalyzeInDomainPage.xaml
Inheritance: ImageScenarioPage
Exibir arquivo Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
AnalyzeInDomainPage ( ) : System

Protected Methods

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

Private Methods

Method Description
AnalyzeInDomainUrl ( string imageUrl, Model domainModel ) : Task

Sends a url to Project Oxford and performs analysis against a given domain

GetAvailableDomainModels ( ) : Task

Get a list of available domain models

LoadModelsButton_Click ( object sender, RoutedEventArgs e ) : void
UploadAndAnalyzeInDomainImage ( string imageFilePath, Model domainModel ) : Task

Uploads the image to Project Oxford and performs analysis against a given domain

Method Details

AnalyzeInDomainPage() public method

public AnalyzeInDomainPage ( ) : System
return System

DoWork() protected method

protected DoWork ( Uri imageUri, bool upload ) : System.Threading.Tasks.Task
imageUri System.Uri
upload bool
return System.Threading.Tasks.Task