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