ClassifiedClass
public struct ClassifiedClass : Codable, Equatable
Class and confidence.
-
A decimal percentage that represents the confidence that Watson has in this class. Higher values represent higher confidences.
Declaration
Swift
public var confidence: Double?
-
Class label.
Declaration
Swift
public var className: String?