View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3SummaryOptions (google_api_document_ai v0.39.0)

Metadata for document summarization.

Attributes

  • format (type: String.t, default: nil) - The format the summary should be in.
  • length (type: String.t, default: nil) - How long the summary should be.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3SummaryOptions{
    format: String.t() | nil,
    length: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.