case class SentimentScoredDocumentSDK(sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, sentences: Seq[SentimentSentenceSDK], warnings: Seq[TAWarningSDK]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentimentScoredDocumentSDK
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SentimentScoredDocumentSDK(sentiment: String, confidenceScores: SentimentConfidenceScoreSDK, sentences: Seq[SentimentSentenceSDK], warnings: Seq[TAWarningSDK])
Value Members
- val confidenceScores: SentimentConfidenceScoreSDK
- val sentences: Seq[SentimentSentenceSDK]
- val sentiment: String
- val warnings: Seq[TAWarningSDK]