Interface GoogleApiTranslateTranslationListResponse

Index

Properties

Properties

public data: { translations: { translatedText: string; detectedSourceLanguage: string; }[]; }

public data.translations: Array<{ translatedText: string; detectedSourceLanguage: string; }>