Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.MedicalResult
-
Packages that use MedicalResult Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of MedicalResult in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type MedicalResult Modifier and Type Method Description List<MedicalResult>MedicalTranscript. results()Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type MedicalResult Modifier and Type Method Description MedicalTranscript.BuilderMedicalTranscript.Builder. results(MedicalResult... results)Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type MedicalResult Modifier and Type Method Description MedicalTranscript.BuilderMedicalTranscript.Builder. results(Collection<MedicalResult> results)Contains a set of transcription results from one or more audio segments, along with additional information per your request parameters.
-