Google Cloud Translation website screenshot

Google Cloud Translation

Google Cloud Translation API enables dynamic translation of text between thousands of language pairs. It supports both basic translation using pre-trained Neural Machine Translation models and advanced translation with custom models and glossaries for domain-specific terminology.

1 APIs 0 Features
Google CloudLanguageLocalizationMachine LearningTranslation

APIs

Google Cloud Translation API

Dynamically translates text between thousands of language pairs using Google's Neural Machine Translation models with support for custom glossaries and batch translation.

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

context Context

12 classes · 0 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Translation API
  version: v3
items:
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: Google Cloud Translation Translate text
      type: http
    http:
      method: POST
      url: https://translation.googleapis.com/v3/projects/:projectId/locations/:location:translateText
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Translates input text from one language to another.
  - info:
      name: Google Cloud Translation Detect language
      type: http
    http:
      method: POST
      url: https://translation.googleapis.com/v3/projects/:projectId/locations/:location:detectLanguage
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Detects the language of the provided text.
  - info:
      name: Google Cloud Translation Get supported languages
      type: http
    http:
      method: GET
      url: https://translation.googleapis.com/v3/projects/:projectId/locations/:location/supportedLanguages
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: displayLanguageCode
        value: ''
        type: query
    docs: Returns a list of supported languages for translation.
  - info:
      name: Google Cloud Translation List glossaries
      type: http
    http:
      method: GET
      url: https://translation.googleapis.com/v3/projects/:projectId/locations/:location/glossaries
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
    docs: Lists all glossaries for the specified project.
  - info:
      name: Google Cloud Translation Create a glossary
      type: http
    http:
      method: POST
      url: https://translation.googleapis.com/v3/projects/:projectId/locations/:location/glossaries
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a glossary for custom terminology.
bundled: true