StartCaptionsOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. StartCaptionsOptions
- com.
public class StartCaptionsOptions
Options to request language before starting captions
Constructor Summary
Constructor | Description |
---|---|
StartCaptionsOptions() |
Start captions options constructor. |
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
String |
getSpokenLanguage()
language in which the speaker is speaking. |
Start |
setSpokenLanguage(String value)
language in which the speaker is speaking. |
Constructor Details
StartCaptionsOptions
public StartCaptionsOptions()
Start captions options constructor.
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getSpokenLanguage
public String getSpokenLanguage()
language in which the speaker is speaking.
setSpokenLanguage
public StartCaptionsOptions setSpokenLanguage(String value)
language in which the speaker is speaking.
Parameters: