OneSDK
    Preparing search index...

    Interface SpeechDictionaryConfig

    interface SpeechDictionaryConfig {
        cloudDictionaryPaths: string[];
        dictionary: [string, string][];
        useCloudDictionary: boolean;
    }
    Index

    Properties

    cloudDictionaryPaths: string[]
    dictionary: [string, string][]
    useCloudDictionary: boolean