c
com.microsoft.azure.synapse.ml.services.text
TextAnalyzeResponse
Companion object TextAnalyzeResponse
case class TextAnalyzeResponse(status: String, errors: Option[Seq[TAError]], displayName: String, tasks: TextAnalyzeAPITasks) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextAnalyzeResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All