View Source GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentData (google_api_content_warehouse v0.4.0)
Contains information about 3 versions of the content of a document: 1. Original: the crawled content (possibly patched in ConversionFilters). 2. Processed: the final version of the content indexed in Web search. 3. Intermediate (no longer generated): intermediate version between the original and the processed content. All 3 versions of the content consist of HTTP headers (in unknown encoding) concatenated with the document body (in interchange valid UTF-8 encoding).
Attributes
-
range
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentData{ range: [ GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.