case class AnalyzeResultV3(apiVersion: String, modelId: String, stringIndexType: String, content: String, pages: Seq[PageResultV3], paragraphs: Option[Seq[DocumentParagraph]], tables: Option[Seq[TableResultV3]], keyValuePairs: Option[Seq[KeyValuePairV3]], styles: Option[Seq[FormStyleV3]], languages: Option[Seq[DocumentLanguage]], documents: Option[Seq[FormDocumentV3]]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnalyzeResultV3
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AnalyzeResultV3(apiVersion: String, modelId: String, stringIndexType: String, content: String, pages: Seq[PageResultV3], paragraphs: Option[Seq[DocumentParagraph]], tables: Option[Seq[TableResultV3]], keyValuePairs: Option[Seq[KeyValuePairV3]], styles: Option[Seq[FormStyleV3]], languages: Option[Seq[DocumentLanguage]], documents: Option[Seq[FormDocumentV3]])
Value Members
- val apiVersion: String
- val content: String
- val documents: Option[Seq[FormDocumentV3]]
- val keyValuePairs: Option[Seq[KeyValuePairV3]]
- val languages: Option[Seq[DocumentLanguage]]
- val modelId: String
- val pages: Seq[PageResultV3]
- val paragraphs: Option[Seq[DocumentParagraph]]
- val stringIndexType: String
- val styles: Option[Seq[FormStyleV3]]
- val tables: Option[Seq[TableResultV3]]