Trait
public struct Trait : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Provides a name or contextual description about the trait.
Declaration
Swift
public let name: AttributeName?
-
The level of confidence that Amazon Comprehend Medical has in the accuracy of this trait.
Declaration
Swift
public let score: Float?
-
Undocumented
Declaration
Swift
public init(name: AttributeName? = nil, score: Float? = nil)