TNEntityType

@objc
public enum TNEntityType : Int, Codable, RawRepresentable

Undocumented

  • Undocumented

    Declaration

    Swift

    case address
  • Undocumented

    Declaration

    Swift

    case place
  • Undocumented

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public var rawValue: RawValue { get }
  • Declaration

    Swift

    public typealias RawValue = String
  • Declaration

    Swift

    public init?(rawValue: RawValue)