c
com.microsoft.azure.synapse.ml.services.text
SentimentAssessment
Companion object SentimentAssessment
case class SentimentAssessment(confidenceScores: BinarySentimentScore, 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