NlpSemanticParsingDatetimeDateTimeProperty

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTimeProperty


Table of Contents ▼

Jump to a specific part of the page:

Description

DateTimeProperty contains various metadata about the DateTime interpretation. Next field: 13

Attributes List

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

View Attributes

Attributes

  1. dateFormat (type: String.t, default: nil)
    -
  2. expandYearToCurrent (type: boolean(), default: nil)
    -
  3. hourStatus (type: String.t, default: nil)
    -
  4. inferredDateValue (type: String.t, default: nil)
    -
  5. metadata (type: String.t, default: nil)
    - Note: this may be changed to a repeated field in the future.
  6. personalReferenceMetadata (type: GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReferenceMetadata, default: nil)
    - Metadata about the personal reference if the date was generated from a personal reference.
  7. relationToReference (type: String.t, default: nil)
    -
  8. relative (type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeRelativeDateTime, default: nil)
    - Expresses the relative DateTime query that gave rise to these grounded semantics.
  9. sourceCalendar (type: String.t, default: nil)
    -
  10. sourceTypeList (type: GoogleApi.ContentWarehouse.V1.Model.CopleySourceTypeList, default: nil)
    - If the annotation was created by using personal data, we record the provenance for that data here.
  11. timeFormat (type: list(String.t), default: nil)
    -
  12. timezoneIsExplicit (type: boolean(), default: nil)
    - True iff the timezone value in AbsoluteDateTime is explicit in the annotated text or not. In the following examples the timezone is explicit: Query Timezone -------------------------- -------- 10pst Pacific Standard Time 10 utc UTC 10 sydney time Australia Eastern Time

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTimeProperty{
dateFormat: String.t() | nil,
expandYearToCurrent: boolean() | nil,
hourStatus: String.t() | nil,
inferredDateValue: String.t() | nil,
metadata: String.t() | nil,
personalReferenceMetadata: GoogleApi.ContentWarehouse.V1.Model.CopleyPersonalReferenceMetadata.t() | nil,
relationToReference: String.t() | nil,
relative: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeRelativeDateTime.t() | nil,
sourceCalendar: String.t() | nil,
sourceTypeList: GoogleApi.ContentWarehouse.V1.Model.CopleySourceTypeList.t() | nil,
timeFormat: [String.t()] | nil,
timezoneIsExplicit: boolean() | nil
}

Function

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

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