- Newest
- Most votes
- Most comments
We have a new API namespace for the Amazon Chime APIs. We only add or update meeting APIs in the "Amazon Chime SDK Meetings" namespace. We fully support the meeting APIs in the "Amazon Chime" namespace, but they remain as-is. Language detection is something that was added only in the new namespace.
I suspect that you are still using the old namespace.
For example, looking at the documentation for EngineTranscribeSettings (which is in two places -- one for each namespace) you can see that LanguageCode is required only in the old namespace and IdentifyLanguage is only valid in the new namespace.
- Old options: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_EngineTranscribeSettings.html
- New options: https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_meeting-chime_EngineTranscribeSettings.html
If you want to use automatic language detection, you will need to move to the new namespace. Documentation for doing so are here: https://docs.aws.amazon.com/chime-sdk/latest/dg/meeting-namespace-migration.html
Relevant content
- asked 6 months ago
- asked 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 13 days ago
- AWS OFFICIALUpdated 2 years ago
Thank you for the comment, I will check it and let you know about my results