Skip to main content

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

Creates a new RemoteSTTNode instance.

Parameters

props
RemoteSTTNodeProps | RemoteSTTNodeWithComponentProps
Configuration for the STT node.

Returns

RemoteSTTNode

Interfaces

RemoteSTTNodeProps

Configuration for RemoteSTTNode using STT provider settings.

Properties

sttConfig: { languageCode?: string; } STT configuration object

RemoteSTTNodeWithComponentProps

Configuration for RemoteSTTNode using an existing STT component.

Properties

sttComponent: RemoteSTTComponent Existing STT component to use