C# Class EmotionAPI_WPF_Samples.EmotionDetectionUsingVideoPage

Inheritance: System.Windows.Controls.Page
Show file Open project: Microsoft/ProjectOxford-ClientSDK

Public Methods

Method Description
EmotionDetectionUsingVideoPage ( ) : System

Private Methods

Method Description
LoadVideoButton_Click ( object sender, RoutedEventArgs e ) : void
LogVideoFragments ( ) : void
UpdateEmotionForTime ( ) : void
UploadAndDetectEmotions ( string videoFilePath ) : Task

Uploads the video to Project Oxford and detects emotions.

Method Details

EmotionDetectionUsingVideoPage() public method

public EmotionDetectionUsingVideoPage ( ) : System
return System