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