Uses of Enum Class
com.vonage.client.video.Language
Packages that use Language
-
Uses of Language in com.vonage.client.video
Methods in com.vonage.client.video that return LanguageModifier and TypeMethodDescriptionstatic LanguageLanguage.fromString(String name) CaptionsRequest.getLanguageCode()Spoken language used on this call in BCP-47 format.static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.video with parameters of type LanguageModifier and TypeMethodDescriptionCaptionsRequest.Builder.languageCode(Language languageCode) BCP-47 code for a spoken language used on this call.