C# 클래스 ApiAiDemo.MainPage

An empty page that can be used on its own or navigated to within a Frame.
파일 보기 프로젝트 열기: api-ai/cortana-sample

Private Properties

프로퍼티 타입 설명
AIService_OnListeningStarted void
AIService_OnListeningStopped void
InitializeRecognizer System.Threading.Tasks.Task
InitializeSynthesizer void
InstallVoiceCommands_Click void
JsonButton_Click void
Listen_Click void
MediaElement_MediaEnded void
OutputJson void
OutputParams void
ProcessResult void
RunInUIThread void
SetupTheme void
UninstallCommands_Click void

공개 메소드들

메소드 설명
MainPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
AIService_OnListeningStarted ( ) : void
AIService_OnListeningStopped ( ) : void
InitializeRecognizer ( ) : System.Threading.Tasks.Task
InitializeSynthesizer ( ) : void
InstallVoiceCommands_Click ( object sender, RoutedEventArgs e ) : void
JsonButton_Click ( object sender, RoutedEventArgs e ) : void
Listen_Click ( object sender, RoutedEventArgs e ) : void
MediaElement_MediaEnded ( object sender, RoutedEventArgs e ) : void
OutputJson ( ApiAiSDK.Model.AIResponse aiResponse ) : void
OutputParams ( ApiAiSDK.Model.AIResponse aiResponse ) : void
ProcessResult ( ApiAiSDK.Model.AIResponse aiResponse ) : void
RunInUIThread ( System.Action a ) : void
SetupTheme ( ) : void
UninstallCommands_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

MainPage() 공개 메소드

public MainPage ( ) : System
리턴 System

OnNavigatedFrom() 보호된 메소드

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void

OnNavigatedTo() 보호된 메소드

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
리턴 void