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

Alternate OCR words for Ptolemy OCR Correction. This is the output of the Ptolemy error estimator. See http://go/Ptolemy.

Attributes

  • ErrorProbability (type: integer(), default: nil) - The probability that the main OCR engine (Abbyy) string is incorrect; range is 0 (definitely correct) to 100 (definitely incorrect).
  • alternate (type: list(GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates{
  ErrorProbability: integer() | nil,
  alternate:
    [GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.