interface TextCreationOptions {
    languageCode?: string;
    text: string;
}

Properties

Properties

languageCode?: string
text: string