ACSStartCaptionsOptions Class
Declaration
@interface ACSStartCaptionsOptions : NSObject;
Description
Options to request language before starting captions
Methods
init
Start captions options constructor.
-(instancetype)init;
Properties
spokenLanguage
language in which the speaker is speaking.
@property (retain, nonnull) NSString * spokenLanguage;