ConceptsResult
public struct ConceptsResult : Codable, Equatable
The general concepts referenced or alluded to in the analyzed text.
-
Name of the concept.
Declaration
Swift
public var text: String? -
Relevance score between 0 and 1. Higher scores indicate greater relevance.
Declaration
Swift
public var relevance: Double? -
Link to the corresponding DBpedia resource.
Declaration
Swift
public var dbpediaResource: String?
View on GitHub
ConceptsResult Structure Reference