Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,778 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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!