DocumentClass

public struct DocumentClass : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the class.

    Declaration

    Swift

    public let name: String?
  • The confidence score that Amazon Comprehend has this class correctly attributed.

    Declaration

    Swift

    public let score: Float?
  • Undocumented

    Declaration

    Swift

    public init(name: String? = nil, score: Float? = nil)