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
show all
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

Instance Attribute Details

#fileString

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.

Returns:

  • (String)

    The file containing the custom terminology data.

#formatString

The data format of the custom terminology. Either CSV or TMX.

Possible values:

  • CSV
  • TMX

Returns:

  • (String)

    The data format of the custom terminology.