View Source GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2EntityExtractionParams (google_api_document_ai v0.39.0)

Parameters to control entity extraction behavior.

Attributes

  • enabled (type: boolean(), default: nil) - Whether to enable entity extraction.
  • modelVersion (type: String.t, default: nil) - Model version of the entity extraction. Default is "builtin/stable". Specify "builtin/latest" for the latest model.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta2.Model.GoogleCloudDocumentaiV1beta2EntityExtractionParams{
    enabled: boolean() | nil,
    modelVersion: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.