GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates
Table of Contents ▼
Jump to a specific part of the page:
Description
Alternate OCR words for Ptolemy OCR Correction. This is the output of the Ptolemy error estimator. See http://go/Ptolemy.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates{
ErrorProbability: integer() | nil,
alternate: [GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.t()] | nil
}
ErrorProbability: integer() | nil,
alternate: [GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternatesAlternate.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoodocWordAlternates