TextType

public struct TextType : Codable

TextType

See also

Text
  • ISO 639 ([ISO639])language code for this text. Example: en

    Declaration

    Swift

    public let lang: String?
  • The actual text.

    Declaration

    Swift

    public let text: String?