Package version:

The TextSource model.

interface TextSource {
    customVoiceEndpointId?: string;
    kind: "textSource";
    playsourcacheid?: string;
    sourceLocale?: string;
    text: string;
    voiceKind?: VoiceKind;
    voiceName?: string;
}

Hierarchy (view full)

Properties

customVoiceEndpointId?: string
kind
playsourcacheid?: string

Not in use, instead use playsourcecacheid for similar functionality

sourceLocale?: string
text: string
voiceKind?: VoiceKind
voiceName?: string