Googly.DocumentAI.Model.GoogleCloudDocumentaiV1beta3SummaryOptions (googly_document_ai v0.1.0)

Copy Markdown View Source

Metadata for document summarization.

Attributes

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

Summary

Types

t()

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