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

Page download size information.

Attributes

  • numImages (type: integer(), default: nil) - Images are also resources. num_images <= num_resources.
  • numImagesWithContent (type: integer(), default: nil) - Number of images whose crawl status is CONTENT.
  • numResources (type: integer(), default: nil) - Numbers below don't include embedder.
  • numResourcesWithContent (type: integer(), default: nil) - Number of resources whose crawl status is CONTENT.
  • sumHttpResponseLength (type: integer(), default: nil) - Sum of embedder and all referenced resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.IndexingEmbeddedContentPageSizeInfo{
  numImages: integer() | nil,
  numImagesWithContent: integer() | nil,
  numResources: integer() | nil,
  numResourcesWithContent: integer() | nil,
  sumHttpResponseLength: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.