View Source GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionNamedBoundingBox (google_api_ai_platform v0.13.0)

Attributes

  • classes (type: list(String.t), default: nil) -
  • entities (type: list(String.t), default: nil) -
  • scores (type: list(number()), default: nil) -
  • x1 (type: number(), default: nil) -
  • x2 (type: number(), default: nil) -
  • y1 (type: number(), default: nil) -
  • y2 (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.CloudAiLargeModelsVisionNamedBoundingBox{
  classes: [String.t()] | nil,
  entities: [String.t()] | nil,
  scores: [number()] | nil,
  x1: number() | nil,
  x2: number() | nil,
  y1: number() | nil,
  y2: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.