Input
Type:GraphTypes.Audio
The data type that STTNode accepts as input
Output
Type:String
The data type that STTNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the STT node.
Returns
RemoteSTTNode
Interfaces
RemoteSTTNodeProps
Configuration forRemoteSTTNode using STT provider settings.
Properties
sttConfig:{ languageCode?: string; }
STT configuration object
RemoteSTTNodeWithComponentProps
Configuration forRemoteSTTNode using an existing STT component.
Properties
sttComponent:RemoteSTTComponent
Existing STT component to use