case class SentimentTarget(confidenceScores: BinarySentimentScore, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentimentTarget
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SentimentTarget(confidenceScores: BinarySentimentScore, length: Int, offset: Int, text: Option[String], sentiment: String, relations: Seq[SentimentRelation])