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

    Interface TranslateEcommerceOptions

    interface TranslateEcommerceOptions {
        imageUrl: string;
        sourceLanguage?: string;
        targetLanguage?: string;
        commodityProtection?: boolean;
        detectionMode?: string;
        textDirection?: "auto" | "vertical" | "horizontal";
    }
    Index

    Properties

    imageUrl: string
    sourceLanguage?: string
    targetLanguage?: string
    commodityProtection?: boolean
    detectionMode?: string
    textDirection?: "auto" | "vertical" | "horizontal"