ICD10CMTrait

public struct ICD10CMTrait : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides a name or contextual description about the trait.

    Declaration

    Swift

    public let name: ICD10CMTraitName?
  • The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as a trait.

    Declaration

    Swift

    public let score: Float?
  • Undocumented

    Declaration

    Swift

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