GoogleApi.ContentWarehouse.V1.Model.ShingleInfoPerDocData
Table of Contents ▼
Jump to a specific part of the page:
Description
This message represents shingle-related information obtained from a document.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
numShingles
(type:integer()
, default:nil
)
- Total number of shingles in the document. -
source
(type:list(GoogleApi.ContentWarehouse.V1.Model.ShingleSource)
, default:nil
)
- A list of all sources.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ShingleInfoPerDocData{
numShingles: integer() | nil,
source: [GoogleApi.ContentWarehouse.V1.Model.ShingleSource.t()] | nil
}
numShingles: integer() | nil,
source: [GoogleApi.ContentWarehouse.V1.Model.ShingleSource.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ShingleInfoPerDocData