SentimentResponse
public struct SentimentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The inferred sentiment that Amazon Comprehend has the highest confidence in.
Declaration
Swift
public let sentimentLabel: String? -
The likelihood that the sentiment was correctly inferred.
Declaration
Swift
public let sentimentScore: String? -
Undocumented
Declaration
Swift
public init(sentimentLabel: String? = nil, sentimentScore: String? = nil)
View on GitHub
SentimentResponse Structure Reference