ClassificationsResult

public struct ClassificationsResult : Codable, Equatable

A classification of the analyzed text.

  • Classification assigned to the text.

    Declaration

    Swift

    public var className: String?
  • Confidence score for the classification. Higher values indicate greater confidence.

    Declaration

    Swift

    public var confidence: Double?