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

This message represents shingle-related information obtained from a document.

Attributes

  • numShingles (type: integer(), default: nil) - Total number of shingles in the document.
  • source (type: list(GoogleApi.ContentWarehouse.V1.Model.ShingleSource.t), default: nil) - A list of all sources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ShingleInfoPerDocData{
  numShingles: integer() | nil,
  source: [GoogleApi.ContentWarehouse.V1.Model.ShingleSource.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.