OneSDK
    Preparing search index...

    Interface SpeechConfig

    interface SpeechConfig {
        cloudDictionaryPaths: string[];
        commentLength: number;
        commentLengthLimit: boolean;
        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;
        speechFormatForSystemMessage: string;
        speechName: boolean;
        speechSystemMessage: boolean;
        useCloudDictionary: boolean;
        useSpeechFormatForChannelPoints: boolean;
        useSpeechFormatForGift: boolean;
        voice: string;
        volume: number;
    }
    Index

    Properties

    cloudDictionaryPaths: string[]
    commentLength: number
    commentLengthLimit: boolean
    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
    speechFormatForSystemMessage: string
    speechName: boolean
    speechSystemMessage: boolean
    useCloudDictionary: boolean
    useSpeechFormatForChannelPoints: boolean
    useSpeechFormatForGift: boolean
    voice: string
    volume: number