ExBifrost.Model.OcrRequestBboxAnnotationFormat (ex_bifrost v0.1.0)

Copy Markdown View Source

Format for bounding box annotations. Supports text, json_object, and json_schema modes.

Summary

Types

t()

@type t() :: %ExBifrost.Model.OcrRequestBboxAnnotationFormat{
  json_schema:
    ExBifrost.Model.OcrRequestBboxAnnotationFormatJsonSchema.t() | nil,
  type: String.t()
}

Functions

decode(value)