GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeTargetToFetch
Table of Contents ▼
Jump to a specific part of the page:
Description
Next field: 9
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
event
(type:GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent
, default:nil
)
- -
fuzzyRange
(type:String.t
, default:nil
)
- -
month
(type:String.t
, default:nil
)
- -
quarter
(type:String.t
, default:nil
)
- -
reference
(type:String.t
, default:nil
)
- -
season
(type:String.t
, default:nil
)
- -
unit
(type:String.t
, default:nil
)
- Unnamed target: "week", "month" etc. E.g., "1st week of April". -
weekday
(type:list(String.t)
, default:nil
)
- Named target: only one of the following is expected.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeTargetToFetch{
event: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t() | nil,
fuzzyRange: String.t() | nil,
month: String.t() | nil,
quarter: String.t() | nil,
reference: String.t() | nil,
season: String.t() | nil,
unit: String.t() | nil,
weekday: [String.t()] | nil
}
event: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent.t() | nil,
fuzzyRange: String.t() | nil,
month: String.t() | nil,
quarter: String.t() | nil,
reference: String.t() | nil,
season: String.t() | nil,
unit: String.t() | nil,
weekday: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeTargetToFetch