RepositoryWebrefSemanticDateRange

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange


Table of Contents ▼

Jump to a specific part of the page:

Description

A date range for an entity. E.g. lifespan of a person, release date of a movie, ...

Attributes List

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

View Attributes

Attributes

  1. confidence (type: number(), default: nil)
    - Indicates how confident we are this extracted range is relevant to a document (document to be infered from context).
  2. end (type: String.t, default: nil)
    - End date extracted from the entity along end_source_property.
  3. endSourceProperty (type: String.t, default: nil)
    - KG-property that links the entity to the end date.
  4. sourceEntityMid (type: String.t, default: nil)
    - Entity from which this range was extracted.
  5. start (type: String.t, default: nil)
    - Start date extracted from the entity along start_source_property.
  6. startSourceProperty (type: String.t, default: nil)
    - KG-property that links the entity to the start date.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange{
confidence: number() | nil,
end: String.t() | nil,
endSourceProperty: String.t() | nil,
sourceEntityMid: String.t() | nil,
start: String.t() | nil,
startSourceProperty: String.t() | nil
}

Function

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

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