Share via


StartCaptionsAdapterOptions interface

Options passed to adapter.startCaptions

Extends

Properties

startInBackground

Start captions in the background without showing the captions UI to the Composite user.

Inherited Properties

spokenLanguage

The language to caption speech as. Must be BCP 47 format (e.g. "en-us")

Property Details

startInBackground

Start captions in the background without showing the captions UI to the Composite user.

startInBackground?: boolean

Property Value

boolean

Inherited Property Details

spokenLanguage

The language to caption speech as. Must be BCP 47 format (e.g. "en-us")

spokenLanguage: string

Property Value

string

Inherited From StartCaptionsOptions.spokenLanguage