SentimentResult
public struct SentimentResult : Codable, Equatable
The sentiment of the content.
-
The document level sentiment.
Declaration
Swift
public var document: DocumentSentimentResults?
-
The targeted sentiment to analyze.
Declaration
Swift
public var targets: [TargetedSentimentResults]?