Uses of Class
software.amazon.awssdk.services.transcribestreaming.model.LanguageWithScore
-
Packages that use LanguageWithScore Package Description software.amazon.awssdk.services.transcribestreaming.model -
-
Uses of LanguageWithScore in software.amazon.awssdk.services.transcribestreaming.model
Methods in software.amazon.awssdk.services.transcribestreaming.model that return types with arguments of type LanguageWithScore Modifier and Type Method Description List<LanguageWithScore>Result. languageIdentification()The language code of the dominant language identified in your stream.Methods in software.amazon.awssdk.services.transcribestreaming.model with parameters of type LanguageWithScore Modifier and Type Method Description Result.BuilderResult.Builder. languageIdentification(LanguageWithScore... languageIdentification)The language code of the dominant language identified in your stream.Method parameters in software.amazon.awssdk.services.transcribestreaming.model with type arguments of type LanguageWithScore Modifier and Type Method Description Result.BuilderResult.Builder. languageIdentification(Collection<LanguageWithScore> languageIdentification)The language code of the dominant language identified in your stream.
-