c
com.microsoft.azure.synapse.ml.services.form
AnalyzeDocumentResponse
Companion object AnalyzeDocumentResponse
case class AnalyzeDocumentResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResultV3) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnalyzeDocumentResponse
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnalyzeDocumentResponse(status: String, createdDateTime: String, lastUpdatedDateTime: String, analyzeResult: AnalyzeResultV3)
Value Members
- val analyzeResult: AnalyzeResultV3
- val createdDateTime: String
- val lastUpdatedDateTime: String
- val status: String