NlpSemanticParsingDatetimeResolutionProperties

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeResolutionProperties


Table of Contents ▼

Jump to a specific part of the page:

Description

Encapsulates metadata about the query span resolved here.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. meridiem (type: String.t, default: nil)
    - Simple enum container for exporting meridiem mentions. Note: this is marked as deprecated as we are moving to properly parse expressions with explicit meridiem information.
  2. metadata (type: String.t, default: nil)
    - Encodes whether the datetime was phrased in a specific way, see enum above.
  3. relative (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeRelativeDateTime, default: nil)
    - Expresses the relative DateTime query that gave rise to these grounded semantics.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeResolutionProperties{
meridiem: String.t() | nil,
metadata: String.t() | nil,
relative: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeRelativeDateTime.t() | nil
}

Function

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

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