GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
confidence
(type:number()
, default:nil
)
- Indicates how confident we are this extracted range is relevant to a document (document to be infered from context). -
end
(type:String.t
, default:nil
)
- End date extracted from the entity along end_source_property. -
endSourceProperty
(type:String.t
, default:nil
)
- KG-property that links the entity to the end date. -
sourceEntityMid
(type:String.t
, default:nil
)
- Entity from which this range was extracted. -
start
(type:String.t
, default:nil
)
- Start date extracted from the entity along start_source_property. -
startSourceProperty
(type:String.t
, default:nil
)
- KG-property that links the entity to the start date.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefSemanticDateRange