NlpSemanticParsingDatetimeTargetToFetch

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):

View Attributes

Attributes

  1. event (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeEvent, default: nil)
    -
  2. fuzzyRange (type: String.t, default: nil)
    -
  3. month (type: String.t, default: nil)
    -
  4. quarter (type: String.t, default: nil)
    -
  5. reference (type: String.t, default: nil)
    -
  6. season (type: String.t, default: nil)
    -
  7. unit (type: String.t, default: nil)
    - Unnamed target: "week", "month" etc. E.g., "1st week of April".
  8. 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
}

Function

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

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