AppliedTerminology

public struct AppliedTerminology : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

    Declaration

    Swift

    public let name: String?
  • The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

    Declaration

    Swift

    public let terms: [Term]?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, terms: [Term]? = nil)