DocumentLabel

public struct DocumentLabel : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let score: Float?
  • Undocumented

    Declaration

    Swift

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