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

If we have merged text from another goodoc into this one (for example, from a PDF text layer goodoc into an OCR'd goodoc), we record some source goodoc info here.

Attributes

  • OcrEngineId (type: String.t, default: nil) -
  • OcrEngineVersion (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoodocDocumentPageMergedPageInfo{
  OcrEngineId: String.t() | nil,
  OcrEngineVersion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.