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