Alexej Sommer
Alexej Sommer

Reputation: 2679

Cognitive Services Speaker Recognition - set Phrase

I have an UWP application (with NuGet package Microsoft.ProjectOxford.SpeakerRecognition) where I can set enrollment and recognize a speaker.

The question is how to set enrollment phrase. Currently speaker could use only first one "I am going to make him an offer he cannot refuse"

As I can see on example phrase could be set.
But as I can see in documentation - I can get only list of phrases

Upvotes: 0

Views: 280

Answers (2)

Alexej Sommer
Alexej Sommer

Reputation: 2679

As I have understand it is possible to use only one phrase for profile.

So, first phrase could be chosen by speaker (it could be any phrase from list). But couldn't be changed to another later (only could be possible to clear all enrollments with ResetEnrollmentsAsync)

Upvotes: 0

LeviJ3ans
LeviJ3ans

Reputation: 296

You currently cannot use custom phrase list for enrollment. You would send an audio file using "Verification Profile - Create Enrollment". The following phrases can be used for enrollment.

"I am going to make him an offer he cannot refuse"

"Houston we have had a problem"

"My voice is my passport verify me"

"Apple juice tastes funny after toothpaste"

"You can get in without your password"

"You can activate security system now"

"My voice is stronger than passwords"

"My password is not your business"

"my name is unknown to you"

"be yourself everyone else is already taken"

Upvotes: 1

Related Questions