C# 클래스 SPIDIdentificationAPI_WPF_Samples.SpeakersListPage

Interaction logic for SpeakersListPage.xaml
상속: System.Windows.Controls.Page
파일 보기 프로젝트 열기: Microsoft/ProjectOxford-ClientSDK

공개 메소드들

메소드 설명
AddSpeaker ( Profile speaker ) : void

Adds a speaker profile to the speakers list

GetSelectedProfiles ( ) : Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile[]

Gets the selected profiles from the speakers list

SetMultipleSelectionMode ( ) : void

Enables multiple selection mode for the speakers list

SetSingleSelectionMode ( ) : void

Enables single selection mode for the speakers list

UpdateAllSpeakersAsync ( ) : System.Threading.Tasks.Task

Retrieves all the speakers asynchronously and adds them to the list

비공개 메소드들

메소드 설명
Page_Loaded ( object sender, RoutedEventArgs e ) : void
SpeakersListPage ( ) : Microsoft.ProjectOxford.SpeakerRecognition
_UpdateBtn_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

AddSpeaker() 공개 메소드

Adds a speaker profile to the speakers list
public AddSpeaker ( Profile speaker ) : void
speaker Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile The speaker profile to add
리턴 void

GetSelectedProfiles() 공개 메소드

Gets the selected profiles from the speakers list
public GetSelectedProfiles ( ) : Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile[]
리턴 Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile[]

SetMultipleSelectionMode() 공개 메소드

Enables multiple selection mode for the speakers list
public SetMultipleSelectionMode ( ) : void
리턴 void

SetSingleSelectionMode() 공개 메소드

Enables single selection mode for the speakers list
public SetSingleSelectionMode ( ) : void
리턴 void

UpdateAllSpeakersAsync() 공개 메소드

Retrieves all the speakers asynchronously and adds them to the list
public UpdateAllSpeakersAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task