Voting helps other researchers find interesting modules.
GarbageDetectorChangeList
integer()
nil
GarbageDetectorWasProduction
boolean()
Height
HorizontalDpi
Label
GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t
PornScore
float()
TextConfidence
VerticalDpi
Width
block
list(GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageBlock.t)
mergedpageinfo
list(GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageMergedPageInfo.t)
postOcrConfidence
stats
GoogleApi.ContentWarehouse.V1.Model.GoodocSummaryStats.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPage{ GarbageDetectorChangeList: integer() | nil, GarbageDetectorWasProduction: boolean() | nil, Height: integer() | nil, HorizontalDpi: integer() | nil, Label: GoogleApi.ContentWarehouse.V1.Model.GoodocLabel.t() | nil, PornScore: float() | nil, TextConfidence: integer() | nil, VerticalDpi: integer() | nil, Width: integer() | nil, block: [GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageBlock.t()] | nil, mergedpageinfo: [GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageMergedPageInfo.t()] | nil, postOcrConfidence: boolean() | nil, stats: GoogleApi.ContentWarehouse.V1.Model.GoodocSummaryStats.t() | nil }
@spec decode(struct(), keyword()) :: struct()