DisambiguationResult
public struct DisambiguationResult : Codable, Equatable
Disambiguation information for the entity.
-
Common entity name.
Declaration
Swift
public var name: String? -
Link to the corresponding DBpedia resource.
Declaration
Swift
public var dbpediaResource: String? -
Entity subtype information.
Declaration
Swift
public var subtype: [String]?
View on GitHub
DisambiguationResult Structure Reference