NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface LaraTranslateOptions

    interface LaraTranslateOptions {
        text: string;
        targetLanguage: string;
        sourceLanguage?: string;
        mode?: LaraTranslateMode;
        customInstructions?: string[];
    }
    Index

    Properties

    text: string
    targetLanguage: string
    sourceLanguage?: string
    customInstructions?: string[]