ExBifrost.Model.OcrRequestBboxAnnotationFormatJsonSchema (ex_bifrost v0.1.0)

Copy Markdown View Source

JSON schema definition (required when type is json_schema)

Summary

Types

t()

@type t() :: %ExBifrost.Model.OcrRequestBboxAnnotationFormatJsonSchema{
  name: String.t() | nil,
  schema: map() | nil,
  strict: boolean() | nil
}

Functions

decode(value)