GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig (google_api_discovery_engine v0.28.0)

View Source

The layout parsing configurations for documents.

Attributes

  • enableImageAnnotation (type: boolean(), default: nil) - Optional. If true, the LLM based annotation is added to the image during parsing.
  • enableTableAnnotation (type: boolean(), default: nil) - Optional. If true, the LLM based annotation is added to the table during parsing.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDocumentProcessingConfigParsingConfigLayoutParsingConfig{
    enableImageAnnotation: boolean() | nil,
    enableTableAnnotation: boolean() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.