View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataSetFeatures (google_api_content_warehouse v0.4.0)

Metadata about the join of description anchors and OCR data for a set of description anchors.

Attributes

  • maxEditDistance (type: integer(), default: nil) - The max edit distance of any description anchor to its closest OCR text.
  • maxEditDistanceRatio (type: number(), default: nil) - The maximum of (edit distance of any description anchor to its closest OCR text over description anchor label length).
  • medianEditDistance (type: integer(), default: nil) - The median edit distance of any description anchor to its closest OCR text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchOcrDescriptionTrainingDataSetFeatures{
    maxEditDistance: integer() | nil,
    maxEditDistanceRatio: number() | nil,
    medianEditDistance: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.