GDocumentBaseOriginalContent

GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseOriginalContent


Table of Contents ▼

Jump to a specific part of the page:

Description

The original, unconverted document, typically PDF or Word. Copied from OriginalDoc field of doclogs. Unlike "Content", this does not contain any HTTP headers. The content may be compressed using the same method as "Content". In practice it is only compressed in the Teragoogle index. It is never compressed in docjoins because those are compressed at the sstable level. In doclogs content will only be compressed if the Trawler fetchreply is also compressed--which is currently never and unlikely to change for performance reasons.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. Representation (type: String.t, default: nil)
    -
  2. UncompressedLength (type: integer(), default: nil)
    - present iff rep is compressed

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseOriginalContent{
Representation: String.t() | nil,
UncompressedLength: integer() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GDocumentBaseOriginalContent