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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnalyzeResultV3
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. 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

  1. val apiVersion: String
  2. val content: String
  3. val documents: Option[Seq[FormDocumentV3]]
  4. val keyValuePairs: Option[Seq[KeyValuePairV3]]
  5. val languages: Option[Seq[DocumentLanguage]]
  6. val modelId: String
  7. val pages: Seq[PageResultV3]
  8. val paragraphs: Option[Seq[DocumentParagraph]]
  9. val stringIndexType: String
  10. val styles: Option[Seq[FormStyleV3]]
  11. val tables: Option[Seq[TableResultV3]]