Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STT Audio Formats & Dialect setting #309

Open
chughts opened this issue Jul 18, 2017 · 1 comment
Open

STT Audio Formats & Dialect setting #309

chughts opened this issue Jul 18, 2017 · 1 comment

Comments

@chughts
Copy link
Member

chughts commented Jul 18, 2017

Copy of relevant points from feature request for Node SDK.

STT now supports audio/mp3 and audio/mpeg for all methods that accept an audio format.

Custom language models now have a new field: dialect. For en-US and ja-JP models, this will always match the name of the language (en-US or ja-JP). For es-ES models, this will be es-ES by default but can also be es-LA or es-US if specified by the user.

The new dialect field is optionally specified with the CustomModel object that is passed as part of the POST /v1/customizations method and is always returned as part of the Customization object by the GET /v1/customizations and GET /v1/customizations/{customization_id} methods.

@chughts
Copy link
Member Author

chughts commented Oct 12, 2017

mp3 and mpeg format checks added in 0.5.19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant