case class TextAnalyzeAPIResults[T <: HasDocId](state: String, lastUpdateDateTime: Option[String], results: Option[TAResponse[T]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextAnalyzeAPIResults
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TextAnalyzeAPIResults(state: String, lastUpdateDateTime: Option[String], results: Option[TAResponse[T]])