View source: R/translate_operations.R
translate_import_terminology | R Documentation |
Creates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the imported terminology overwrites the existing terminology of the same name.
See https://www.paws-r-sdk.com/docs/translate_import_terminology/ for full documentation.
translate_import_terminology(
Name,
MergeStrategy,
Description = NULL,
TerminologyData,
EncryptionKey = NULL,
Tags = NULL
)
Name |
[required] The name of the custom terminology being imported. |
MergeStrategy |
[required] The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name. |
Description |
The description of the custom terminology being imported. |
TerminologyData |
[required] The terminology data for the custom terminology being imported. |
EncryptionKey |
The encryption key for the custom terminology being imported. |
Tags |
Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.