case class SentimentAssessment(confidenceScores: BinarySentimentScoreV3, length: Int, offset: Int, text: Option[String], sentiment: String, isNegated: Boolean) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentimentAssessment
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All