mt

Media Translation

AI & MLGCP
General

General information about the service.

Description

Media Translation API provides real-time speech translation directly from audio input. It supports streaming translation of live audio content across multiple languages.

Service ID

mediatranslation.googleapis.com

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

mt-{workload}-{env}

Length

4-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

global

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_project_service" "media_translation" {
2 project = var.project_id
3 service = "mediatranslation.googleapis.com"
4}
Utilities

Utilities to support app deployment or configuration.