WWWResultInfoSubImageDocInfo

GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

The following message contains info of sub image docs, it is populated in query_state and consumed in web image boost twiddler: (go/WebImageBoostTwiddler). NextID: 26

Attributes List

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

View Attributes

Attributes

  1. additionalSafesearchSignals (type: list(integer()), default: nil)
    -
  2. bestThumbnailType (type: String.t, default: nil)
    - The best thumbnail type is either 300K or 50K.
  3. crops (type: integer(), default: nil)
    -
  4. deepCropBytes (type: String.t, default: nil)
    - Deepcrop thumbnail cropping hints.
  5. dimeScore (type: number(), default: nil)
    - EQ* v3: Deep Image Engagingness(DImE) go/deep-image-engagingness-slides
  6. docid (type: String.t, default: nil)
    -
  7. documentTrust (type: number(), default: nil)
    -
  8. eqStar (type: number(), default: nil)
    - EQ* is a unified signal to capture the emotional quality (e.g. inspiration, lifestyle, context, etc.) of an image. For more information, please refer to go/image-inspiration-ranking-framework.
  9. estRelevance (type: number(), default: nil)
    - Estimated Image Relevance ranging between 0.0 (Off-Topic) to 1.0 (Very Useful).
  10. estSigmaU (type: number(), default: nil)
    - Estimated Sigma U calculated from U*.
  11. flowOutput (type: GoogleApi.ContentWarehouse.V1.Model.ImageContentFlowProtoProd, default: nil)
    -
  12. height (type: integer(), default: nil)
    -
  13. height50k (type: integer(), default: nil)
    -
  14. humanModelScore (type: number(), default: nil)
    - DeepTags human model score. go/VisualShoppingImageAttributes
  15. imageUrl (type: String.t, default: nil)
    -
  16. pamirNormalizedScore (type: number(), default: nil)
    -
  17. pornSignals (type: integer(), default: nil)
    - Encoded Safe Search annotations of the image. See image/safesearch/overall/public/image_porn_attachments.h for decoding functions.
  18. safeForUniversal (type: boolean(), default: nil)
    - Result is not on the Images Universal blacklist. For more comprehensive filtering of IU images, including this bit, see superroot/impls/images/quality/safesearch/iu_inappropriate_filter_lib.h
  19. salience (type: number(), default: nil)
    - Salient score, indicating how important an image is to the page it's on. Check go/salient-images-design-doc for details.
  20. salientColorInfo (type: integer(), default: nil)
    - 4-bytes: (low order on the left) RRRRRRRR GGGGGGGG BBBBBBBB SS where R: 8-bits encoding color 'r' G: 8-bits encoding color 'g' B: 8-bits encoding color 'b' S: 2-bits encoding the color source - 00 = from color detection result - 01 = from cairo This field has the salient color information.
  21. score (type: number(), default: nil)
    -
  22. tqStar (type: number(), default: nil)
    - TQ* is a signal to capture the technical quality (e.g. exposure, sharpness, composition, etc.) of an image. For more information, please refer to go/tqstar.
  23. tradFrac (type: number(), default: nil)
    -
  24. width (type: integer(), default: nil)
    -
  25. width50k (type: integer(), default: nil)
    - Width and height of the AREA_50K thumbnail for this image.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.WWWResultInfoSubImageDocInfo{
additionalSafesearchSignals: [integer()] | nil,
bestThumbnailType: String.t() | nil,
crops: integer() | nil,
deepCropBytes: String.t() | nil,
dimeScore: number() | nil,
docid: String.t() | nil,
documentTrust: number() | nil,
eqStar: number() | nil,
estRelevance: number() | nil,
estSigmaU: number() | nil,
flowOutput: GoogleApi.ContentWarehouse.V1.Model.ImageContentFlowProtoProd.t() | nil,
height: integer() | nil,
height50k: integer() | nil,
humanModelScore: number() | nil,
imageUrl: String.t() | nil,
pamirNormalizedScore: number() | nil,
pornSignals: integer() | nil,
safeForUniversal: boolean() | nil,
salience: number() | nil,
salientColorInfo: integer() | nil,
score: number() | nil,
tqStar: number() | nil,
tradFrac: number() | nil,
width: integer() | nil,
width50k: integer() | nil
}

Function

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

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