You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Translate::Types::TerminologyData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::TerminologyData
- Defined in:
- (unknown)
Overview
Note:
When passing TerminologyData as input to an Aws::Client method, you can use a vanilla Hash:
{
file: "data", # required
format: "CSV", # required, accepts CSV, TMX
}
The data associated with the custom terminology.
Returned by:
Instance Attribute Summary collapse
-
#file ⇒ String
The file containing the custom terminology data.
-
#format ⇒ String
The data format of the custom terminology.
Instance Attribute Details
#file ⇒ String
The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.
#format ⇒ String
The data format of the custom terminology. Either CSV or TMX.
Possible values:
- CSV
- TMX