-
public final class CallCompositeCaptionsOptionsThe options for the composite call captions.
-
-
Field Summary
Fields Modifier and Type Field Description private BooleancaptionsOnprivate StringspokenLanguage
-
Method Summary
Modifier and Type Method Description CallCompositeCaptionsOptionssetCaptionsOn(Boolean captionsOn)Set the captions on. StringgetSpokenLanguage()Get the spoken language. CallCompositeCaptionsOptionssetSpokenLanguage(String spokenLanguage)Set the spoken language. BooleanisCaptionsOn()Get the captions on. -
-
Method Detail
-
setCaptionsOn
CallCompositeCaptionsOptions setCaptionsOn(Boolean captionsOn)
Set the captions on.
- Parameters:
captionsOn- The captions on.
-
getSpokenLanguage
String getSpokenLanguage()
Get the spoken language.
-
setSpokenLanguage
CallCompositeCaptionsOptions setSpokenLanguage(String spokenLanguage)
Set the spoken language.
- Parameters:
spokenLanguage- The spoken language.
-
isCaptionsOn
Boolean isCaptionsOn()
Get the captions on.
-
-
-
-