CategoriesResultExplanation
public struct CategoriesResultExplanation : Codable, Equatable
Information that helps to explain what contributed to the categories result.
-
An array of relevant text from the source that contributed to the categorization. The sorted array begins with the phrase that contributed most significantly to the result, followed by phrases that were less and less impactful.
Declaration
Swift
public var relevantText: [CategoriesRelevantText]?