Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalAlternative
-
Packages that use MedicalAlternative Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalAlternative in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalAlternative Modifier and Type Method Description List<MedicalAlternative>MedicalResult. alternatives()A list of possible alternative transcriptions for the input audio.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalAlternative Modifier and Type Method Description MedicalResult.BuilderMedicalResult.Builder. alternatives(MedicalAlternative... alternatives)A list of possible alternative transcriptions for the input audio.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalAlternative Modifier and Type Method Description MedicalResult.BuilderMedicalResult.Builder. alternatives(Collection<MedicalAlternative> alternatives)A list of possible alternative transcriptions for the input audio.
-