C# Class EmotionAPI_WPF_Samples.DetectEmotionUsingStreamPage

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

Public Methods

Method Description
DetectEmotionUsingStreamPage ( ) : System

Private Methods

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

Uploads the image to Project Oxford and detect emotions.

Method Details

DetectEmotionUsingStreamPage() public method

public DetectEmotionUsingStreamPage ( ) : System
return System