Voting helps other researchers find interesting modules.
To represent unanchored durations - the length of a date/time expression not related to calendar in local context. E.g., "play first (DURATION: 5 minutes) of Yellow Submarine", "it takes (DURATION: more than 3 days) to finish." In contrast, queries like: "wake me up in 5 minutes" will be resolved to a AbsoluteDateTime since the query indicates that the reference is now. A duration can be turned into a range if either end is anchored.
evalData
GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t
nil
modifier
String.t
quantity
GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeQuantity.t
span
GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeSpan.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDuration{ evalData: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t() | nil, modifier: String.t() | nil, quantity: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeQuantity.t() | nil, span: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeSpan.t() | nil }
@spec decode(struct(), keyword()) :: struct()