package google.cloud.translation.v3beta1

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:599

State metadata for the batch translation operation.

enum BatchTranslateMetadata.State

translation_service.proto:601

State of the job.

Used in: BatchTranslateMetadata

message BatchTranslateResponse

translation_service.proto:646

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:822

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

enum CreateGlossaryMetadata.State

translation_service.proto:824

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

Used in: CreateGlossaryMetadata

message DeleteGlossaryMetadata

translation_service.proto:857

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

enum DeleteGlossaryMetadata.State

translation_service.proto:859

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

Used in: DeleteGlossaryMetadata

message DeleteGlossaryResponse

translation_service.proto:892

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

message DetectedLanguage

translation_service.proto:323

The response message for language detection.

Used in: DetectLanguageResponse

message GcsDestination

translation_service.proto:449

The Google Cloud Storage location for the output content.

Used in: OutputConfig

message GcsSource

translation_service.proto:411

The Google Cloud Storage location for the input content.

Used in: GlossaryInputConfig, InputConfig

message Glossary

translation_service.proto:695

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:702

Used with unidirectional glossaries.

Used in: Glossary

message Glossary.LanguageCodesSet

translation_service.proto:713

Used with equivalent term set glossaries.

Used in: Glossary

message GlossaryInputConfig

translation_service.proto:665

Input configuration for glossaries.

Used in: Glossary

message InputConfig

translation_service.proto:417

Input configuration for BatchTranslateText request.

Used in: BatchTranslateTextRequest

message OutputConfig

translation_service.proto:457

Output configuration for BatchTranslateText request.

Used in: BatchTranslateTextRequest

message SupportedLanguage

translation_service.proto:392

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

Used in: SupportedLanguages

message TranslateTextGlossaryConfig

translation_service.proto:149

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:252

A single translation response.

Used in: TranslateTextResponse