GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentData
Table of Contents ▼
Jump to a specific part of the page:
Description
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 List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
range
(type:list(GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange)
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentData{
range: [ GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange.t() ] | nil
}
range: [ GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentDataRange.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.IndexingConverterRichContentData