Interface SpeechConfig

interface SpeechConfig {
    commentLength: number;
    commentLengthLimit: boolean;
    dictionary: [string, string][];
    emojiLimit: EmojiLimit;
    excludeCustomStamp: boolean;
    excludeEmoji: boolean;
    excludeGiftImage: boolean;
    excludeUser: string;
    lang: string;
    nameLength: number;
    nameLengthLimit: boolean;
    pitch: number;
    rate: number;
    speechFormat: string;
    speechFormatForChannelPoints: ConditionalFormat[];
    speechFormatForGift: string;
    speechName: boolean;
    speechSystemMessage: boolean;
    useSpeechFormatForChannelPoints: boolean;
    useSpeechFormatForGift: boolean;
    voice: string;
    volume: number;
}

Properties

commentLength: number
commentLengthLimit: boolean
dictionary: [string, string][]
emojiLimit: EmojiLimit
excludeCustomStamp: boolean
excludeEmoji: boolean
excludeGiftImage: boolean
excludeUser: string
lang: string
nameLength: number
nameLengthLimit: boolean
pitch: number
rate: number
speechFormat: string
speechFormatForChannelPoints: ConditionalFormat[]
speechFormatForGift: string
speechName: boolean
speechSystemMessage: boolean
useSpeechFormatForChannelPoints: boolean
useSpeechFormatForGift: boolean
voice: string
volume: number