c
com.microsoft.azure.synapse.ml.services.language
SentimentResponse
Companion object SentimentResponse
case class SentimentResponse(kind: String, results: SentimentResult) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SentimentResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SentimentResponse(kind: String, results: SentimentResult)
Value Members
- val kind: String
- val results: SentimentResult