translate_get_terminology: Retrieves a custom terminology

View source: R/translate_operations.R

translate_get_terminologyR Documentation

Retrieves a custom terminology

Description

Retrieves a custom terminology.

See https://www.paws-r-sdk.com/docs/translate_get_terminology/ for full documentation.

Usage

translate_get_terminology(Name, TerminologyDataFormat = NULL)

Arguments

Name

[required] The name of the custom terminology being retrieved.

TerminologyDataFormat

The data format of the custom terminology being retrieved.

If you don't specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.