TranscriptCustomSpelling: {
    from: string[];
    to: string;
}

Object containing words or phrases to replace, and the word or phrase to replace with

Type declaration

  • from: string[]

    Words or phrases to replace

  • to: string

    Word or phrase to replace with

{
"from": [
"dicarlo"
],
"to": "Decarlo"
}