Interface SharedMessageOptions

Options that are shared across different message types

interface SharedMessageOptions {
    emotionInferrenceType?: "sentiment" | "distilbert";
    emotionIntensityMultiplier?: number;
    useAudioBasedLipSync?: boolean;
    voiceName?: string;
}

Properties

emotionInferrenceType?: "sentiment" | "distilbert"
emotionIntensityMultiplier?: number
useAudioBasedLipSync?: boolean
voiceName?: string