EntityMentionCollection

public struct EntityMentionCollection : Codable, Equatable

EntityMentionCollection.

  • An array of objects describing the entity mentions defined for an entity.

    Declaration

    Swift

    public var examples: [EntityMention]
  • The pagination data for the returned objects.

    Declaration

    Swift

    public var pagination: Pagination