C# Class EmotionAPI_WPF_Samples.DetectEmotionUsingURLPage

Interaction logic for DetectEmotionUsingURLPage.xaml
Inheritance: System.Windows.Controls.Page
Show file Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
DetectEmotionUsingURLPage ( ) : System

Private Methods

Method Description
LoadImageButton_Click ( object sender, RoutedEventArgs e ) : void
UploadAndDetectEmotions ( string url ) : Task

Uploads the image to Project Oxford and detect emotions.

Method Details

DetectEmotionUsingURLPage() public method

public DetectEmotionUsingURLPage ( ) : System
return System