OneSDK
    Preparing search index...

    Interface YNCNeoConfig

    interface YNCNeoConfig {
        autoLaunch: boolean;
        enabled: boolean;
        excludeUser: string;
        exePath: string;
        hostname: string;
        imgFormatType: TranslationImageMarkupType;
        multipleTranslations: boolean;
        options: YNCNeoOptions;
        oscEnabled: boolean;
        oscTargets: OSCTargets;
        port: number;
        primaryLang: string;
        protocol: string;
        speech: boolean;
        speechType: TraslatedSpeechType;
        translate: boolean;
    }
    Index

    Properties

    autoLaunch: boolean
    enabled: boolean
    excludeUser: string
    exePath: string
    hostname: string
    multipleTranslations: boolean
    options: YNCNeoOptions
    oscEnabled: boolean
    oscTargets: OSCTargets
    port: number
    primaryLang: string
    protocol: string
    speech: boolean
    translate: boolean