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