OneSDK — OneComme 9.1.1
    Preparing search index...

    Interface SpeechDictionaryConfig

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

    Properties

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