Skip to content

Commit e9178d0

Browse files
Merge pull request #219864 from hasyashah/hasshah/speaker-reco-updates
[CogSvcs] Update Speaker Recognition overview with active enrollment verbiage
2 parents 764cf54 + 7b8fa23 commit e9178d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Speech-Service/speaker-recognition-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Speaker verification can be either text-dependent or text-independent. *Text-dep
3737

3838
For text-dependent verification, the speaker's voice is enrolled by saying a passphrase from a set of predefined phrases. Voice features are extracted from the audio recording to form a unique voice signature, and the chosen passphrase is also recognized. Together, the voice signature and the passphrase are used to verify the speaker.
3939

40-
Text-independent verification has no restrictions on what the speaker says during enrollment, besides the initial activation phrase to activate the enrollment. It doesn't have any restrictions on the audio sample to be verified, because it only extracts voice features to score similarity.
40+
Text-independent verification has no restrictions on what the speaker says during enrollment, besides the initial activation phrase when active enrollment is enabled. It doesn't have any restrictions on the audio sample to be verified, because it only extracts voice features to score similarity.
4141

4242
The APIs aren't intended to determine whether the audio is from a live person, or from an imitation or recording of an enrolled speaker.
4343

@@ -50,7 +50,7 @@ Speaker identification helps you determine an unknown speaker’s identity withi
5050

5151
### How does speaker identification work?
5252

53-
Enrollment for speaker identification is text-independent. There are no restrictions on what the speaker says in the audio, besides the initial activation phrase to activate the enrollment. Similar to speaker verification, the speaker's voice is recorded in the enrollment phase, and the voice features are extracted to form a unique voice signature. In the identification phase, the input voice sample is compared to a specified list of enrolled voices (up to 50 in each request).
53+
Enrollment for speaker identification is text-independent. There are no restrictions on what the speaker says in the audio, besides the initial activation phrase when active enrollment is enabled. Similar to speaker verification, the speaker's voice is recorded in the enrollment phase, and the voice features are extracted to form a unique voice signature. In the identification phase, the input voice sample is compared to a specified list of enrolled voices (up to 50 in each request).
5454

5555
## Data security and privacy
5656

0 commit comments

Comments
 (0)