Packages

case class AnalyzeResultV3(apiVersion: String, modelId: String, stringIndexType: String, content: String, pages: Option[Seq[PageResultV3]], tables: Option[Seq[TableResultV3]], keyValuePairs: Option[Seq[KeyValuePairV3]], entities: Option[Seq[FormEntityV3]], styles: Option[Seq[FormStyleV3]], 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: Option[Seq[PageResultV3]], tables: Option[Seq[TableResultV3]], keyValuePairs: Option[Seq[KeyValuePairV3]], entities: Option[Seq[FormEntityV3]], styles: Option[Seq[FormStyleV3]], documents: Option[Seq[FormDocumentV3]])

Value Members

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