Term

public struct Term : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The source text of the term being translated by the custom terminology.

    Declaration

    Swift

    public let sourceText: String?
  • The target text of the term being translated by the custom terminology.

    Declaration

    Swift

    public let targetText: String?
  • Undocumented

    Declaration

    Swift

    public init(sourceText: String? = nil, targetText: String? = nil)