Lines Matching full:translate
23 * Service definition for Translate (v3).
30 * <a href="https://cloud.google.com/translate/docs/quickstarts" target="_blank">Documentation</a>
35 class Translate extends \Google\Service class
40 /** Translate text from one language to another using Google Translate. */
50 * Constructs the internal representation of the Translate service.
63 $this->serviceName = 'translate';
65 $this->projects = new Translate\Resource\Projects(
113 $this->projects_locations = new Translate\Resource\ProjectsLocations(
223 $this->projects_locations_glossaries = new Translate\Resource\ProjectsLocationsGlossaries(
285 $this->projects_locations_operations = new Translate\Resource\ProjectsLocationsOperations(
361 class_alias(Translate::class, 'Google_Service_Translate');