Method | Description | |
---|---|---|
CreateProfileAsync ( string locale ) : Task |
Creates a new speaker profile asynchronously
|
|
DeleteProfileAsync ( System.Guid id ) : System.Threading.Tasks.Task |
Deletes a given speaker profile asynchronously
|
|
EnrollAsync ( Stream audioStream, System.Guid id ) : Task |
Enrolls a new stream asynchronously for a given speaker
|
|
GetPhrasesAsync ( string locale ) : Task |
Gets a list of all available phrases for enrollments
|
|
GetProfileAsync ( System.Guid id ) : Task |
Retrieves a given speaker profile as specified by the id param
|
|
GetProfilesAsync ( ) : Task |
Retrieves all available speaker profiles
|
|
ResetEnrollmentsAsync ( System.Guid id ) : System.Threading.Tasks.Task |
Deletes all enrollments associated with the given speaker verification profile permanently from the service asynchronously
|
|
SpeakerVerificationServiceClient ( string SubscriptionKey ) : Microsoft.ProjectOxford.SpeakerRecognition.Contract |
Creates a new service client using a subscription key
|
|
VerifyAsync ( Stream audioStream, System.Guid id ) : Task |
Verifies a given speaker using the speaker ID and audio stream
|
public CreateProfileAsync ( string locale ) : Task |
||
locale | string | The speaker profile locale |
return | Task |
public DeleteProfileAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
id | System.Guid | The ID of the speaker profile to be deleted |
return | System.Threading.Tasks.Task |
public EnrollAsync ( Stream audioStream, System.Guid id ) : Task |
||
audioStream | Stream | The stream to enroll the speaker profile from |
id | System.Guid | The speaker profile speaker ID |
return | Task |
public GetPhrasesAsync ( string locale ) : Task |
||
locale | string | The locale of the pharases |
return | Task |
public GetProfileAsync ( System.Guid id ) : Task |
||
id | System.Guid | The speaker profile ID |
return | Task |
public ResetEnrollmentsAsync ( System.Guid id ) : System.Threading.Tasks.Task | ||
id | System.Guid | The speaker ID |
return | System.Threading.Tasks.Task |
public SpeakerVerificationServiceClient ( string SubscriptionKey ) : Microsoft.ProjectOxford.SpeakerRecognition.Contract | ||
SubscriptionKey | string | The subscription key |
return | Microsoft.ProjectOxford.SpeakerRecognition.Contract |
public VerifyAsync ( Stream audioStream, System.Guid id ) : Task |
||
audioStream | Stream | The stream of audio to be verified |
id | System.Guid | The speaker ID |
return | Task |