Get voice profile by profile id using NodeJS

Kenneth 21 Reputation points
2020-12-29T11:02:11.397+00:00

Hi,

I would like to get the voice profile by the profile id using NodeJS
and do future enrollment and verification.

Can I simply call new VoiceProfile(profileId: string, profileType: VoiceProfileType) to retrieve the profile?

Thanks in advance!

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,392 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 42,116 Reputation points Microsoft Employee
    2020-12-29T13:24:47.207+00:00

    @Kenneth Yes, you can call the same to get the profile id and use it in subsequent operations. If you are planning to use the voiceprofileclient the samples here should help.

    1 person found this answer helpful.
    0 comments No comments