Lines Matching full:projects
27 * The "projects" collection of methods.
31 * $projects = $translateService->projects;
34 class Projects extends \Google\Service\Resource class
37 * Detects the language of text within a request. (projects.detectLanguage)
40 * refer to a caller's project. Format: `projects/{project-number-or-
41 * id}/locations/{location-id}` or `projects/{project-number-or-id}`. For global
42 * calls, use `projects/{project-number-or-id}/locations/global` or `projects
58 * (projects.getSupportedLanguages)
61 * refer to a caller's project. Format: `projects/{project-number-or-id}` or
62 * `projects/{project-number-or-id}/locations/{location-id}`. For global calls,
63 * use `projects/{project-number-or-id}/locations/global` or `projects/{project-
73 * format depends on model type: - AutoML Translation models: `projects
75 * (built-in) models: `projects/{project-number-or-id}/locations/{location-
87 * Translates input text and returns translated text. (projects.translateText)
90 * refer to a caller's project. Format: `projects/{project-number-or-id}` or
91 * `projects/{project-number-or-id}/locations/{location-id}`. For global calls,
92 * use `projects/{project-number-or-id}/locations/global` or `projects/{project-
110 class_alias(Projects::class, 'Google_Service_Translate_Resource_Projects');