package google.cloud.translation.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service TranslationService

translation_service.proto:39

Provides natural language translation operations.

message BatchTranslateMetadata

translation_service.proto:614

State metadata for the batch translation operation.

enum BatchTranslateMetadata.State

translation_service.proto:616

State of the job.

Used in: BatchTranslateMetadata

message BatchTranslateResponse

translation_service.proto:663

Stored in the [google.longrunning.Operation.response][google.longrunning.Operation.response] field returned by BatchTranslateText if at least one sentence is translated successfully.

message CreateGlossaryMetadata

translation_service.proto:843

Stored in the [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by CreateGlossary.

enum CreateGlossaryMetadata.State

translation_service.proto:845

Enumerates the possible states that the creation request can be in.

Used in: CreateGlossaryMetadata

message DeleteGlossaryMetadata

translation_service.proto:879

Stored in the [google.longrunning.Operation.metadata][google.longrunning.Operation.metadata] field returned by DeleteGlossary.

enum DeleteGlossaryMetadata.State

translation_service.proto:881

Enumerates the possible states that the creation request can be in.

Used in: DeleteGlossaryMetadata

message DeleteGlossaryResponse

translation_service.proto:915

Stored in the [google.longrunning.Operation.response][google.longrunning.Operation.response] field returned by DeleteGlossary.

message DetectedLanguage

translation_service.proto:335

The response message for language detection.

Used in: DetectLanguageResponse

message GcsDestination

translation_service.proto:461

The Google Cloud Storage location for the output content.

Used in: OutputConfig

message GcsSource

translation_service.proto:423

The Google Cloud Storage location for the input content.

Used in: GlossaryInputConfig, InputConfig

message Glossary

translation_service.proto:713

Represents a glossary built from user provided data.

Used as response type in: TranslationService.GetGlossary

Used as field type in: CreateGlossaryRequest, ListGlossariesResponse

message Glossary.LanguageCodePair

translation_service.proto:720

Used with unidirectional glossaries.

Used in: Glossary

message Glossary.LanguageCodesSet

translation_service.proto:731

Used with equivalent term set glossaries.

Used in: Glossary

message GlossaryInputConfig

translation_service.proto:683

Input configuration for glossaries.

Used in: Glossary

message InputConfig

translation_service.proto:429

Input configuration for BatchTranslateText request.

Used in: BatchTranslateTextRequest

message OutputConfig

translation_service.proto:469

Output configuration for BatchTranslateText request.

Used in: BatchTranslateTextRequest

message SupportedLanguage

translation_service.proto:404

A single supported language response corresponds to information related to one supported language.

Used in: SupportedLanguages

message TranslateTextGlossaryConfig

translation_service.proto:154

Configures which glossary should be used for a specific target language, and defines options for applying that glossary.

Used in: BatchTranslateTextRequest, TranslateTextRequest, Translation

message Translation

translation_service.proto:258

A single translation response.

Used in: TranslateTextResponse