DetectSentimentResponse
public struct DetectSentimentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The inferred sentiment that Amazon Comprehend has the highest level of confidence in.
Declaration
Swift
public let sentiment: SentimentType?
-
An object that lists the sentiments, and their corresponding confidence levels.
Declaration
Swift
public let sentimentScore: SentimentScore?
-
Undocumented
Declaration
Swift
public init(sentiment: SentimentType? = nil, sentimentScore: SentimentScore? = nil)