Method | Description | |
---|---|---|
AddSpeaker ( |
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
|
Method | Description | |
---|---|---|
Page_Loaded ( object sender, |
||
SpeakersListPage ( ) : Microsoft.ProjectOxford.SpeakerRecognition | ||
_UpdateBtn_Click ( object sender, |
public AddSpeaker ( |
||
speaker | The speaker profile to add | |
return | void |
public GetSelectedProfiles ( ) : Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile[] | ||
return | Microsoft.ProjectOxford.SpeakerRecognition.Contract.Identification.Profile[] |
public UpdateAllSpeakersAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |