AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareData

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareData


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. diffData (type: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData, default: nil)
    -
  2. highResUrl (type: String.t, default: nil)
    -
  3. inconsistentPhoto (type: boolean(), default: nil)
    - True if photo diff is greater than 0.01 on any color band, or if the user has a low res photo but no high res photo. This field is primarily for use in About Me and for other uses it's recommended to use the DiffData values directly instead. The cutoff is based on a heuristic determined in go/comparing-profile-photos
  4. lowResData (type: String.t, default: nil)
    - Only present if the photo diff is greater than 0.01 on any color band.
  5. lowResUrl (type: String.t, default: nil)
    -
  6. monogramUrl (type: String.t, default: nil)
    -
  7. privateLowResAcl (type: boolean(), default: nil)
    - True if the low-res photo has a private ACL set.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareData{
diffData: GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData.t() | nil,
highResUrl: String.t() | nil,
inconsistentPhoto: boolean() | nil,
lowResData: String.t() | nil,
lowResUrl: String.t() | nil,
monogramUrl: String.t() | nil,
privateLowResAcl: boolean() | nil
}

Function

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

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