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):
Attributes
-
diffData
(type:GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiAboutMeExtendedDataPhotosCompareDataDiffData
, default:nil
)
- -
highResUrl
(type:String.t
, default:nil
)
- -
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 -
lowResData
(type:String.t
, default:nil
)
- Only present if the photo diff is greater than 0.01 on any color band. -
lowResUrl
(type:String.t
, default:nil
)
- -
monogramUrl
(type:String.t
, default:nil
)
- -
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
}
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