translate - v1.10.0
    Preparing search index...

    Type Alias TranslateSuccessResponse

    TranslateSuccessResponse: {
        detectedLanguage?: TranslationTypes.MSEdgeProviderType.DetectedLanguage;
        translations: TranslationTypes.MSEdgeProviderType.TranslationItem[];
    }[]