BatchDetectSentimentItemResult
public struct BatchDetectSentimentItemResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The zero-based index of the document in the input list.
Declaration
Swift
public let index: Int?
-
The sentiment detected in the document.
Declaration
Swift
public let sentiment: SentimentType?
-
The level of confidence that Amazon Comprehend has in the accuracy of its sentiment detection.
Declaration
Swift
public let sentimentScore: SentimentScore?
-
Undocumented
Declaration
Swift
public init(index: Int? = nil, sentiment: SentimentType? = nil, sentimentScore: SentimentScore? = nil)