EntityType

public enum EntityType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case person = "PERSON"
  • Undocumented

    Declaration

    Swift

    case location = "LOCATION"
  • Undocumented

    Declaration

    Swift

    case organization = "ORGANIZATION"
  • Undocumented

    Declaration

    Swift

    case commercialItem = "COMMERCIAL_ITEM"
  • Undocumented

    Declaration

    Swift

    case event = "EVENT"
  • Undocumented

    Declaration

    Swift

    case date = "DATE"
  • Undocumented

    Declaration

    Swift

    case quantity = "QUANTITY"
  • Undocumented

    Declaration

    Swift

    case title = "TITLE"
  • Undocumented

    Declaration

    Swift

    case other = "OTHER"
  • Declaration

    Swift

    public var description: String { get }