SentimentScore
public struct SentimentScore : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the MIXED sentiment.
Declaration
Swift
public let mixed: Float?
-
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEGATIVE sentiment.
Declaration
Swift
public let negative: Float?
-
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the NEUTRAL sentiment.
Declaration
Swift
public let neutral: Float?
-
The level of confidence that Amazon Comprehend has in the accuracy of its detection of the POSITIVE sentiment.
Declaration
Swift
public let positive: Float?
-
Undocumented
Declaration
Swift
public init(mixed: Float? = nil, negative: Float? = nil, neutral: Float? = nil, positive: Float? = nil)