Voting helps other researchers find interesting modules.
Next ID: 21
bylineDate
String.t
nil
date
daterange
GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDateDateRange.t
debugInfo
fromExplicitTimeZone
boolean()
info
integer()
position
GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDatePosition.t
precisionMark
syntacticDateNotForRestrict
timeZoneOffsetSeconds
date' in UTC. Example: Annotation: "1pm PST" (UTC-8) => -8 * 3600 = -28800 Note: This is only used internally and should not be populated in docjoins. *
(*type:*
, *default:*
) - This bit is set if we believe that the syntactic date is really high confidence, but does not qualify as a byline date. *
) - Whether this date is good for display as the snippet byline date. *
) - This bit is set if the syntactic date is good to be used in site-level timezone guessing statistics calculation. (The date should be absolute date having a timestamp with hour and minute level information. It can come with or without time zone information, which is indicated in from_explicit_time_zone field defined below.) *
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDate{ bylineDate: String.t() | nil, date: String.t() | nil, daterange: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDateDateRange.t() | nil, debugInfo: String.t() | nil, fromExplicitTimeZone: boolean() | nil, info: integer() | nil, position: GoogleApi.ContentWarehouse.V1.Model.QualityTimebasedSyntacticDatePosition.t() | nil, precisionMark: integer() | nil, syntacticDateNotForRestrict: boolean() | nil, timeZoneOffsetSeconds: String.t() | nil, trustSyntacticDateInRanking: boolean() | nil, useAsBylineDate: boolean() | nil, useInTimeZoneGuessingMode: boolean() | nil, useRangeInsteadOfDateForRestrict: boolean() | nil }
@spec decode(struct(), keyword()) :: struct()