Home
last modified time | relevance | path

Searched refs:DetectLanguageResponse (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/
H A DProjects.php21 use Google\Service\Translate\DetectLanguageResponse; alias
48 * @return DetectLanguageResponse
54 return $this->call('detectLanguage', [$params], DetectLanguageResponse::class);
H A DProjectsLocations.php23 use Google\Service\Translate\DetectLanguageResponse; alias
102 * @return DetectLanguageResponse
108 return $this->call('detectLanguage', [$params], DetectLanguageResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/
H A DDetectLanguageResponse.php20 class DetectLanguageResponse extends \Google\Collection class
43 class_alias(DetectLanguageResponse::class, 'Google_Service_Translate_DetectLanguageResponse');