Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
Added in backend and supporting infrastructure for Translation
Added getTranscriptionTranslation API. -> Converts a given text from English to another language
Parameters:
TargetLanguageCode : Language code in which you want to convert the text to. More info on lang codes here
TranslationSourceText : Text you want to convert
Checks in place
Converts text of size less than 5K bytes at a time. You need to iterate if text is bigger
Does not accept empty values for both the above params
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available:
Description of changes:
Added in backend and supporting infrastructure for Translation Added getTranscriptionTranslation API. -> Converts a given text from English to another language Parameters:
Checks in place
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.