Skip to content

Azure Endpoint ID and Device ID

Latest
Compare
Choose a tag to compare
@OvidijusParsiunas OvidijusParsiunas released this 08 Mar 06:16
· 1 commit to main since this release

Introducing new AzureOptions properties to enhance your speech to text capabilities:

  • endpointId - gets the endpoint ID of a customized speech model that is used for speech recognition. More info here.
  • deviceId - uses the specified audio device that you want for speech recognition. In JavaScript based environments, to get the available device IDs all you need to do is run MediaDevices.enumerateDevices() or await navigator.mediaDevices.enumerateDevices(). More info here.

This release also contains many packages updates and upgrades to the ESLint and TypeScript standards.

Thankyou for using this package!