Skip to content

Entities

Entity types

Below you will find a comprehensive list of the Entity Types. Feel free you use the right hand navigation menu to quickly jump to the enity you'd like to view 🤓

Acceleration

KEYTYPEDESCRIPTION
ft/s²floatacceleration expressed in feet by second
km/h²floatacceleration expressed in kilometers by hour
m/s²floatacceleration expressed in feet by second
scalarfloatsource value
unitstringsource unit of distance
unit-2stringsource unit of time
confidencefloatconfidence in value matching

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

<Tabs> <TabItem value="py" label="Python">

{
    "ft/s²": 3.0378147176047437e-09,
    "km/h²": 1.2e-05,
    "m/s²": 9.25925925925926e-10,
    "scalar": 12.0,
    "unit": "mm",
    "unit_2": "h",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "ft/s²": 3.0378147176047437e-09,
    "km/h²": 1.2e-05,
    "m/s²": 9.25925925925926e-10,
    "scalar": 12.0,
    "unit": "mm",
    "unit_2": "h",
    "confidence": 0.99
}

</TabItem> </Tabs>

Bandwidth

KEYTYPEDESCRIPTION
kbpsfloatbandwidth expressed in kilobit by second
Mbpsfloatbandwidth expressed in megabit by second
Gbpsfloatbandwidth expressed in gigabit by second
scalarfloatsource value
unitstringsource unit of bandwidth
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "kbps": 3000.0,
    "Mbps": 3.0,
    "Gbps": 0.003,
    "scalar": 3000.0,
    "unit": "kbps",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "kbps": 3000.0,
    "Mbps": 3.0,
    "Gbps": 0.003,
    "scalar": 3000.0,
    "unit": "kbps",
    "confidence": 0.99
}

</TabItem> </Tabs>

Data Storage

KEYTYPEDESCRIPTION
kbitfloatdata storage expressed in kilobit
Gbitfloatdata storage expressed in megabit
Mofloatdata storage expressed in megaoctet
Gofloatdata storage expressed in gigaoctet
Tofloatdata storage expressed in teraoctet
scalarfloatsource value
unitstringsource unit of data storage
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "kbit": 7000.0,
    "Gbit": 0.007,
    "Mo": 0.875,
    "Go": 0.000875,
    "To": 8.75e-07,
    "scalar": 7.0,
    "unit": "Mbit",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "kbit": 7000.0,
    "Gbit": 0.007,
    "Mo": 0.875,
    "Go": 0.000875,
    "To": 8.75e-07,
    "scalar": 7.0,
    "unit": "Mbit",
    "confidence": 0.99
}

</TabItem> </Tabs>

Date

KEYTYPEDESCRIPTIONCONSTRAINTS
ISOstringISO 8601 formataaaa-mm-dd
formattedstringthe date written in english[weekday name] [Day of the month as a decimal number [01,31]] [month name] [year]
chronologystringindicates the chronological relationship between the timestamp of the message and the date['future', 'past', 'present']
chronology_dayintnumber of days between the date and the timestamp of the message
confidencefloatconfidence for this entity

<Tabs> <TabItem value="py" label="Python">

{
    "ISO": "2017-11-12",
    "formatted": "Sunday 12 November 2017",
    "chronology": "past",
    "chronology_day": 39,
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "ISO": "2017-11-12",
    "formatted": "Sunday 12 November 2017",
    "chronology": "past",
    "chronology_day": 39,
    "confidence": 0.99
}

</TabItem> </Tabs>

Debit

KEYTYPEDESCRIPTION
cubic_meter/sfloatdebit expressed in cubic meter by second
cubic_meter/hfloatdebit expressed in cubic meter by hour
mL/sfloatdebit expressed in milliliter by second
L/hfloatdebit expressed in liter by hour
L/sfloatdebit expressed in liter by second
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "cubic_meter/s": 0.043,
    "cubic_meter/h": 154.79999999999998,
    "mL/s": 43000.0,
    "L/h": 154800.0,
    "L/s": 43.0
    "scalar": 43.0,
    "unit": "l",
    "unit_2": "s",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "cubic_meter/s": 0.043,
    "cubic_meter/h": 154.79999999999998,
    "mL/s": 43000.0,
    "L/h": 154800.0,
    "L/s": 43.0
    "scalar": 43.0,
    "unit": "l",
    "unit_2": "s",
    "confidence": 0.99
}

</TabItem> </Tabs>

Distance

KEYTYPEDESCRIPTION
centimeterfloatdistance expressed in centimeters (cm)
feetfloatdistance expressed in feet (ft)
inchesfloatdistance expressed in inches (in)
kilometerfloatdistance expressed in kilometers (km)
meterfloatdistance expressed in meters (m)
milesfloatdistance expressed in miles (ml)
yardfloatdistance expressed in yards (yd)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "kilometer": 0.0555,
    "inches": 2185.0393700787404,
    "feet": 182.08661417322833,
    "centimeter": 5550.0,
    "meter": 55.5,
    "miles": 0.034486090500000004,
    "yard": 60.694799999999994,
    "scalar": 55.5,
    "unit": "m",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "kilometer": 0.0555,
    "inches": 2185.0393700787404,
    "feet": 182.08661417322833,
    "centimeter": 5550.0,
    "meter": 55.5,
    "miles": 0.034486090500000004,
    "yard": 60.694799999999994,
    "scalar": 55.5,
    "unit": "m",
    "confidence": 0.99
}

</TabItem> </Tabs>

Duration

KEYTYPEDESCRIPTION
daysfloatduration expressed in days
hoursfloatduration expressed in hours (h)
minutesfloatduration expressed in minutes (min)
monthsfloatduration expressed in months
prepositionsource preposition objectdescribes the preposition that constructs the duration
secondsfloatduration expressed in seconds (s)
weeksfloatduration expressed in weeks
yearsfloatduration expressed in years
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

"source":"pendant 3h",
"value":{
    "confidence": 0.99,
    "days": 0.125,
    "hours": 3,
    "minutes": 180,
    "months": 0.004166666666666667,
    "preposition": {
        "category": [
            "Localisation",
            "Duration",
            "Temporal Localisation"
        ],
        "source": "pendant"
    },
    "seconds": 10800,
    "weeks": 0.017857142857142856,
    "years": 0.00034223134839151266
}

</TabItem> <TabItem value="json" label="JSON">

"source":"pendant 3h",
"value":{
    "confidence": 0.99,
    "days": 0.125,
    "hours": 3,
    "minutes": 180,
    "months": 0.004166666666666667,
    "preposition": {
        "category": [
            "Localisation",
            "Duration",
            "Temporal Localisation"
        ],
        "source": "pendant"
    },
    "seconds": 10800,
    "weeks": 0.017857142857142856,
    "years": 0.00034223134839151266
}

</TabItem> </Tabs>

Source Preposition Object

KEYTYPEDESCRIPTION
categorylist of stringsee preposition categories
sourcestringsource string for the preposition

Electric Charge

KEYTYPEDESCRIPTION
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching
Ampere-hourfloatelectric charge expressed in ampere by hour
coulombfloatelectric charge expressed in Coulomb
Faradayfloatelectric charge expressed in Faraday
elementary_chargefloatelectric charge expressed in elementary charge

<Tabs> <TabItem value="py" label="Python">

{
    "Ampere-hour": 1.94444444444446e-06,
    "coulomb": 0.007,
    "Faraday": 7.254988174633501e-08,
    "elementary_charge": 4.369056752984294e+16,
    "scalar": 7.0,
    "unit": "mC",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "Ampere-hour": 1.94444444444446e-06,
    "coulomb": 0.007,
    "Faraday": 7.254988174633501e-08,
    "elementary_charge": 4.369056752984294e+16,
    "scalar": 7.0,
    "unit": "mC",
    "confidence": 0.99
}

</TabItem> </Tabs>

Electric Power

KEYTYPEDESCRIPTION
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching
amperefloatelectric power expressed in amperes (A)
kiloamperefloatelectric power expressed in kiloamperes (kA)
centiamperefloatelectric power expressed in centiamperes (cA)

<Tabs> <TabItem value="py" label="Python">

{
    "ampere": 0.055,
    "centiampere": 5.5,
    "kiloampere": 5.5e-05,
    "scalar": 55.0,
    "unit": "mA",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "ampere": 0.055,
    "centiampere": 5.5,
    "kiloampere": 5.5e-05,
    "scalar": 55.0,
    "unit": "mA",
    "confidence": 0.99
}

</TabItem> </Tabs>

Energy

KEYTYPEDESCRIPTION
joulefloatenergy expressed in joule
MWhfloatenergy expressed in megawatt by hour
kWhfloatenergy expressed in kilowatt by hour
kcalfloatenergy expressed in kilocalory by hour
toefloatenergy expressed in tonne of oil
ergfloatenergy expressed in erg
keVfloatenergy expressed in kiloelectronvolt
thmfloatenergy expressed in thm
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "joule": 1231200.0,
    "MWh": 0.000342,
    "kWh": 0.342,
    "kcal": 294.067067927773,
    "toe": 2.94067067927773e-05,
    "erg": 12312000000000.0,
    "keV": 7.684546677534658e+21,
    "thm": 0.011660526390559443,
    "scalar": 342.0,
    "unit": "Wh",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "joule": 1231200.0,
    "MWh": 0.000342,
    "kWh": 0.342,
    "kcal": 294.067067927773,
    "toe": 2.94067067927773e-05,
    "erg": 12312000000000.0,
    "keV": 7.684546677534658e+21,
    "thm": 0.011660526390559443,
    "scalar": 342.0,
    "unit": "Wh",
    "confidence": 0.99
}

</TabItem> </Tabs>

Frequency

KEYTYPEDESCRIPTION
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching
hertzfloatfrequency expressed in amperes (A)
kilohertzfloatfrequency expressed in kiloamperes (kA)
megahertzfloatfrequency expressed in centiamperes (cA)
gigahertzfloatfrequency expressed in centiamperes (cA)

<Tabs> <TabItem value="py" label="Python">

{
  "confidence": 0.99,
  "gigahertz": 1.3e-8,
  "hertz": 13,
  "kilohertz": 0.013,
  "megahertz": 0.00013,
  "scalar": 13,
  "unit": "Hz"
}

</TabItem> <TabItem value="json" label="JSON">

{
  "confidence": 0.99,
  "gigahertz": 1.3e-8,
  "hertz": 13,
  "kilohertz": 0.013,
  "megahertz": 0.00013,
  "scalar": 13,
  "unit": "Hz"
}

</TabItem> </Tabs>

Fuel consumption

KEYTYPEDESCRIPTION
mpgfloatfuel consumption expressed in miles per gallon
km/lfloatfuel consumption expressed in kilometer by liter
l/100kmfloatfuel consumption expressed in liter by 100 kilometers
l/kmfloatfuel consumption expressed in liter by kilometer
km/galfloatfuel consumption expressed in kilometer by gallon
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
  "mpg": 9.0,
  "km/l": 3.82629336741469,
  "l/100km": 26.134953699999997,
  "km/gal": 14.484089175945241,
  "l/km": 0.26134953699999997,
  "confidence": 0.99,
  "scalar": 9,
  "unit": "mpg"
}

</TabItem> <TabItem value="json" label="JSON">

c{
  "mpg": 9.0,
  "km/l": 3.82629336741469,
  "l/100km": 26.134953699999997,
  "km/gal": 14.484089175945241,
  "l/km": 0.26134953699999997,
  "confidence": 0.99,
  "scalar": 9,
  "unit": "mpg"
}

</TabItem> </Tabs>

Hex Color

If we know about a color matching the hex color code :

KEYTYPEDESCRIPTION
color_namestringsee
hexstringhexadecimal representation of color
rgbRGB Object]the rgb code of the color
hslHSL Object]the hsl code of the color
hsvHSV Objectthe hsv code of the color
cmykCMJK Objectthe cmyk code of the color
confidencefloatconfidence in value matching

If no matching color in database :

KEYTYPEDESCRIPTION
hexstringhexadecimal representation of color
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "hex": "#FFFFFF",
    "color_name": "white",
    "rgb": {
        "blue": 255,
        "red": 255,
        "green": 255
    },
    "hsv": {
        "hue": 0,
        "value": 100,
        "saturation": 0
    },
    "hsl": {
        "hue": 0,
        "lightness": 100,
        "saturation": 0
    },
    "cmyk": {
        "yellow": 0,
        "magenta": 0,
        "cyan": 0,
        "black": 0
    }
}

</TabItem> <TabItem value="json" label="JSON">

{
    "hex": "#FFFFFF",
    "color_name": "white",
    "rgb": {
        "blue": 255,
        "red": 255,
        "green": 255
    },
    "hsv": {
        "hue": 0,
        "value": 100,
        "saturation": 0
    },
    "hsl": {
        "hue": 0,
        "lightness": 100,
        "saturation": 0
    },
    "cmyk": {
        "yellow": 0,
        "magenta": 0,
        "cyan": 0,
        "black": 0
    }
}

</TabItem> </Tabs>

RGB Object

RGB color model

KEYTYPE
redint
greenint
blueint

HSL Object

HSL color codes

KEYTYPE
hueint
saturationint
lightnessint

HSV Object

HSV color codes

KEYTYPE
hueint
saturationint
valueint

CMYK Object

CMYK color model

KEYTYPE
cyanint
majentaint
yellowint
blackint

Interval

KEYTYPEDESCRIPTIONCONSTRAINTS
confidencefloatconfidence in value matching
durationInterval Duration Objecttime between start, end, and present time
endDate Entityend point of the intervalNone if interval is open-ended
startDate Entitystart point of the intervalNone if interval doesn't have a specified start

<Tabs> <TabItem value="py" label="Python">

"source": "demain de 13h a 17h",
"value": {
    "confidence": 0.99,
    "duration": {
        "now_end": {
            "days": 1.226400462962963,
            "hours": 29.433611111111112,
            "minutes": 1766.0166666666667,
            "months": 0.040880015432098765,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": 105961,
            "weeks": 0.17520006613756614,
            "years": 0.0033577014728623216
        },
        "start_end": {
            "days": 0.16666666666666666,
            "hours": 4,
            "minutes": 240,
            "months": 0.005555555555555556,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": 14400,
            "weeks": 0.023809523809523808,
            "years": 0.0004563084645220169
        },
        "start_now": {
            "days": -1.0597337962962963,
            "hours": -25.433611111111112,
            "minutes": -1526.0166666666667,
            "months": -0.03532445987654321,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": -91561,
            "weeks": -0.15139054232804233,
            "years": -0.0029013930083403045
        }
    },
    "end": {
        "ISO": "2019-03-26 17:00:00",
        "chronology": "future",
        "chronology_day": 2,
        "confidence": 0.99,
        "formatted": "Tuesday 26 March 2019 17:00:00",
        "timestamp": 1553616000
    },
    "start": {
        "ISO": "2019-03-26 13:00:00",
        "chronology": "future",
        "chronology_day": 2,
        "confidence": 0.99,
        "formatted": "Tuesday 26 March 2019 13:00:00",
        "timestamp": 1553601600
    }
}

</TabItem> <TabItem value="json" label="JSON">

"source": "demain de 13h a 17h",
"value": {
    "confidence": 0.99,
    "duration": {
        "now_end": {
            "days": 1.226400462962963,
            "hours": 29.433611111111112,
            "minutes": 1766.0166666666667,
            "months": 0.040880015432098765,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": 105961,
            "weeks": 0.17520006613756614,
            "years": 0.0033577014728623216
        },
        "start_end": {
            "days": 0.16666666666666666,
            "hours": 4,
            "minutes": 240,
            "months": 0.005555555555555556,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": 14400,
            "weeks": 0.023809523809523808,
            "years": 0.0004563084645220169
        },
        "start_now": {
            "days": -1.0597337962962963,
            "hours": -25.433611111111112,
            "minutes": -1526.0166666666667,
            "months": -0.03532445987654321,
            "preposition": {
                "category": [],
                "source": null
            },
            "seconds": -91561,
            "weeks": -0.15139054232804233,
            "years": -0.0029013930083403045
        }
    },
    "end": {
        "ISO": "2019-03-26 17:00:00",
        "chronology": "future",
        "chronology_day": 2,
        "confidence": 0.99,
        "formatted": "Tuesday 26 March 2019 17:00:00",
        "timestamp": 1553616000
    },
    "start": {
        "ISO": "2019-03-26 13:00:00",
        "chronology": "future",
        "chronology_day": 2,
        "confidence": 0.99,
        "formatted": "Tuesday 26 March 2019 13:00:00",
        "timestamp": 1553601600
    }
}

</TabItem> </Tabs>

Interval Duration Object

KEYTYPEDESCRIPTION
start_endDuration Entityduration between the start of the interval and its end
start_nowDuration Entityduration between the start of the interval and the time of the message
now_endDuration Entityduration between the time of the message and the end of the interval

IP

KEYTYPEDESCRIPTION
latfloatlatitude of location IP
lngfloatlongitude of location IP
citystringcity of location IP
countrystringcountry ISO of location IP
postalstringzipcode of location IP
regionstringregion of location IP
hostnamestringname of host of location IP
orgstringorganisation of host
ipstringIP formatted
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

[
    {
        "entity": {
            "city": "Paris",
            "hostname": "pas75-1-81-57-53-204.fbx.proxad.net",
            "lat": "48.8628",
            "lng": "2.3292",
            "country0": "FR",
            "postal": "75001",
            "region": "\u00cele-de-France",
            "ip": "81.57.53.204",
            "org": "AS12322 Free SAS",
            "confidence": 0.99
        },
        "source": "81.57.53.204",
        "tag": "ip"
    }
]

</TabItem> <TabItem value="json" label="JSON">

[
    {
        "entity": {
            "city": "Paris",
            "hostname": "pas75-1-81-57-53-204.fbx.proxad.net",
            "lat": "48.8628",
            "lng": "2.3292",
            "country0": "FR",
            "postal": "75001",
            "region": "\u00cele-de-France",
            "ip": "81.57.53.204",
            "org": "AS12322 Free SAS",
            "confidence": 0.99
        },
        "source": "81.57.53.204",
        "tag": "ip"
    }
]

</TabItem> </Tabs>

IPv6

KEYTYPEDESCRIPTION
latfloatlatitude of location IPV6
lngfloatlongitude of location IPV6
citystringcity of location IPv6
countrystringcountry ISO of location IPv6
postalstringzipcode of location IPv6
regionstringregion of location IPv6
orgstringorganisation of host
ipstringIPv6 formatted
confidencefloatconfidence in value matching

<Tabs>

<TabItem value="py" label="Python">

{
    "city": "Macon",
    "lat": "32.8407",
    "lng": "-83.6324",
    "country": "US",
    "postal": "31205",
    "region": "Georgia",
    "ip": "2604:180:2::d2a1:3da5",
    "org": "AS3842 RamNode LLC",
    "confidence": 0.99
}


{
    "candela": 7.0,
    "centicandela": 700.0,
    "kilocandela": 0.007,
    "scalar": 7.0,
    "unit": "cd",
    "confidence": 0.99
}


{
    "local": "hello",
    "domain": "lettria.com",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "city": "Macon",
    "lat": "32.8407",
    "lng": "-83.6324",
    "country": "US",
    "postal": "31205",
    "region": "Georgia",
    "ip": "2604:180:2::d2a1:3da5",
    "org": "AS3842 RamNode LLC",
    "confidence": 0.99
}


{
    "candela": 7.0,
    "centicandela": 700.0,
    "kilocandela": 0.007,
    "scalar": 7.0,
    "unit": "cd",
    "confidence": 0.99
}


{
    "local": "hello",
    "domain": "lettria.com",
    "confidence": 0.99
}


</TabItem> </Tabs>

Light Intensity

KEYTYPEDESCRIPTION
candelafloatlight intensity expressed in candelas (cd)
kilocandelafloatlight intensity expressed in kilocandelas (kcd)
centicandelafloatlight intensity expressed in centicandelas (ccd)
scalarfloatsoure value
unitstringsource unit
confidencefloatconfidence in value matching

Mail

KEYTYPEDESCRIPTION
localstringthe local part of the email
domainstringthe domain of the email
confidencefloatconfidence in value matching

Mass

KEYTYPEDESCRIPTION
grammefloatmass expressed in grams (g)
kilogrammefloatmass expressed in grams (kg)
centigrammefloatmass expressed grams in (cg)
tonnesfloatmass expressed in grams (t)
poundsfloatmass expressed in grams (lb)
stonefloatmass expressed in grams (st)
tonfloatmass expressed in grams (ton)
oncesfloatmass expressed in grams (oz)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "gramme": 4.0,
    "centigramme": 400.0,
    "kilogramme": 0.004,
    "pounds": 0.00881849768073511,
    "tonnes": 4e-06,
    "stone": 0.0006298924930987404,
    "ton": 3.936814133162738e-07,
    "onces": 0.14109596289176177,
    "scalar": 7.0,
    "unit": "g",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "gramme": 4.0,
    "centigramme": 400.0,
    "kilogramme": 0.004,
    "pounds": 0.00881849768073511,
    "tonnes": 4e-06,
    "stone": 0.0006298924930987404,
    "ton": 3.936814133162738e-07,
    "onces": 0.14109596289176177,
    "scalar": 7.0,
    "unit": "g",
    "confidence": 0.99
}

</TabItem> </Tabs>

Mass by Volume

KEYTYPEDESCRIPTION
gramme/Lfloatdensity expressed in grams by liters (g/L)
kilogramme/Lfloatdensity expressed in kilograms by liters (kg/L)
centigramme/Lfloatdensity expressed in centgrams by liters (cg/L)
tonnes/dm3floatdensity expressed in tonnes by cubic decimeters (t/dm3)
pounds/dm3floatdensity expressed in pounds by cubic decimeters (lb/dm3)
stone/dm3floatdensity expressed in grams (st/dm3)
ton/dm3floatdensity expressed in grams (ton/dm3)
onces/dm3floatdensity expressed in grams (oz/dm3)
scalarfloatsource value
unitstringsource unit for mass
unit-1stringsource unit for volume
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "gramme/L": 33.0,
    "centigramme/L": 3300.0,
    "kilogramme/L": 0.033,
    "ton/dm3": 3.247871659859259e-06,
    "tonnes/dm3": 3.3e-05,
    "pounds/dm3": 0.07275260586606466,
    "onces/dm3": 1.1640416938570346,
    "stone/dm3": 0.005196613068064608,
    "scalar": 7.0,
    "unit": "g",
    "unit-1": "l",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "gramme/L": 33.0,
    "centigramme/L": 3300.0,
    "kilogramme/L": 0.033,
    "ton/dm3": 3.247871659859259e-06,
    "tonnes/dm3": 3.3e-05,
    "pounds/dm3": 0.07275260586606466,
    "onces/dm3": 1.1640416938570346,
    "stone/dm3": 0.005196613068064608,
    "scalar": 7.0,
    "unit": "g",
    "unit-1": "l",
    "confidence": 0.99
}

</TabItem> </Tabs>

Molar concentration

KEYTYPEDESCRIPTION
mol/Lfloatconcentration of substance expressed in moles by liter
kmol/Lfloatconcentration of substance expressed in kilomoles by liter
cmol/Lfloatconcentration of substance expressed in centimoles by liter
mmol/Lfloatconcentration of substance expressed in millimoles by liter
μmol/Lfloatconcentration of substance expressed in micromoles by liter
scalarfloatsource value
unitstringsource mole unit
unit_2stringsource volume unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "mol/L": 1000.0,
    "kmol/L": 1.0,
    "cmol/L": 100000.0,
    "mmol/L": 1000000.0,
    "μmol/L": 1000000000.0,
    "scalar": 1.0,
    "unit": "kmol",
    "unit_2": "l",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "mol/L": 1000.0,
    "kmol/L": 1.0,
    "cmol/L": 100000.0,
    "mmol/L": 1000000.0,
    "μmol/L": 1000000000.0,
    "scalar": 1.0,
    "unit": "kmol",
    "unit_2": "l",
    "confidence": 0.99
}

</TabItem> </Tabs>

Mol

KEYTYPEDESCRIPTION
molfloatamount of substance expressed in moles (mol)
kilomolfloatamount of substance expressed in kilomoles (kmol)
centimolfloatamount of substance expressed in centimoles (cmol)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "mol": 70.0,
    "centimol": 7000.0,
    "kilomol": 0.07,
    "scalar": 7.0,
    "unit": "damol",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "mol": 70.0,
    "centimol": 7000.0,
    "kilomol": 0.07,
    "scalar": 7.0,
    "unit": "damol",
    "confidence": 0.99
}

</TabItem> </Tabs>

Money

KEYTYPEDESCRIPTION
amountfloatsource value
ISO_codestringISO 4217 standard currency code
symbolstringcurrency symbol
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "amount": 9.7,
    "ISO_code": "USD",
    "symbol": "$",
    "scalar": 9.7,
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "amount": 9.7,
    "ISO_code": "USD",
    "symbol": "$",
    "scalar": 9.7,
    "confidence": 0.99
}

</TabItem> </Tabs>

Ordinal

KEYTYPEDESCRIPTION
rankintranking of the ordinal value. First is 1
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "rank": 42,
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "rank": 42,
    "confidence": 0.99
}

</TabItem> </Tabs>

Percent

KEYTYPEDESCRIPTION
percentfloatpercentage value expressend in percents (%, pct)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "percent": 43.355,
    "scalar": 43355.0,
    "unit": "ppb",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "percent": 43.355,
    "scalar": 43355.0,
    "unit": "ppb",
    "confidence": 0.99
}

</TabItem> </Tabs>

Phone

KEYTYPEDESCRIPTIONCONSTRAINTS
notationstringnotation type["national", "international"]
alpha_2stringthe ISO 3161-1 alpha2 2 digit code of country
alpha_3stringthe ISO 3161-1 alpha3 3 digit code of country
country_namestringthe name of the country associated to the telephone number
contry_codestringthe phone code of country associated to the telephone number
mobile_beginarraythe first digit of mobile telephone number for this country
phoneintthe telephone number
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "notation": "national",
    "country_code": "33",
    "mobile_begin": [
        "6",
        "7"
    ],
    "country_name": "France",
    "alpha_3": "FRA",
    "alpha_2": "FR",
    "phone": "607259475",
    "confidence": 0.89
}

</TabItem> <TabItem value="json" label="JSON">

{
    "notation": "national",
    "country_code": "33",
    "mobile_begin": [
        "6",
        "7"
    ],
    "country_name": "France",
    "alpha_3": "FRA",
    "alpha_2": "FR",
    "phone": "607259475",
    "confidence": 0.89
}

</TabItem> </Tabs>

Power

KEYTYPEDESCRIPTION
milliwattfloatpower expressed in milliwatt
Wattfloatpower expressed in Watt
kilowattfloatpower expressed in kilowatt
megawattfloatpower expressed in megawatt
gigawattfloatpower expressed in gigawatt
scalarfloatsource unit
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "milliwatt": 7.0,
    "Watt": 0.007,
    "kilowatt": 7e-06,
    "megawatt": 7e-09,
    "gigawatt": 7e-12,
    "scalar": 7.0,
    "unit": "mW",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "milliwatt": 7.0,
    "Watt": 0.007,
    "kilowatt": 7e-06,
    "megawatt": 7e-09,
    "gigawatt": 7e-12,
    "scalar": 7.0,
    "unit": "mW",
    "confidence": 0.99
}

</TabItem> </Tabs>

Pressure

KEYTYPEDESCRIPTION
pascalfloatpressure expressed in pascals (Pa)
hectopascalfloatpressure expressed in hectopascals (hPa)
millibarfloatpressure expressed in millibars (mbar)
barfloatpressure expressed in bars (bar)
atfloatpressure expressed in technical atmospheres (at)
atmfloatpressure expressed in atmospheres (atm)
Torrfloatpressure expressed in torrs (Torr)
psifloatpressure expressed in pounds per square inches (psi)
scalarfloatsource unit
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "psi": 10.97935389,
    "Torr": 567.7969340000001,
    "scalar": 75.7,
    "millibar": 757.0,
    "pascal": 75700.0,
    "unit": "cbar",
    "atm": 0.7471007110000001,
    "bar": 0.757,
    "hectopascal": 757.0,
    "at": 0.7719129,
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "psi": 10.97935389,
    "Torr": 567.7969340000001,
    "scalar": 75.7,
    "millibar": 757.0,
    "pascal": 75700.0,
    "unit": "cbar",
    "atm": 0.7471007110000001,
    "bar": 0.757,
    "hectopascal": 757.0,
    "at": 0.7719129,
    "confidence": 0.99
}

</TabItem> </Tabs>

Radioactivity

KEYTYPEDESCRIPTION
MBqfloatradioactivity expressed in megaBecquerel
GBqfloatradioactivity expressed in gigaBecquerel
Rdfloatradioactivity expressed in Rutherford
Cifloatradioactivity expressed in Curie
kCifloatradioactivity expressed in kiloCurie
scalarfloatsource unit
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "MBq": 2590000000.0,
    "GBq": 259000000000000.0,
    "Rd": 259000000.0,
    "Ci": 7000.0,
    "kCi": 7.0, 
    "scalar": 7.0,
    "unit": "kCi",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "MBq": 2590000000.0,
    "GBq": 259000000000000.0,
    "Rd": 259000000.0,
    "Ci": 7000.0,
    "kCi": 7.0, 
    "scalar": 7.0,
    "unit": "kCi",
    "confidence": 0.99
}

</TabItem> </Tabs>

Set

KEYTYPEDESCRIPTIONCONSTRAINTS
startDate Entityfirst occurence of in the setalways in the future
stepSet Step Objecttime between two occurences in the set
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

"source":"tous les jours",
"value":{
    "confidence": 0.99,
    "start": {
        "ISO": "2019-03-26 11:23:05",
        "chronology": "future",
        "chronology_day": 2,
        "formatted": "Tuesday 26 March 2019 11:23:05",
        "timestamp": 1553595785
    },
    "step": {
        "day": 1,
        "hour": 24,
        "minute": 1440,
        "month": 0.03333333333333333,
        "seconde": 86400,
        "week": 0.14285714285714285,
        "year": 0.0027378507871321013
    }
}

</TabItem> <TabItem value="json" label="JSON">

{"source":"tous les jours",
"value":{
    "confidence": 0.99,
    "start": {
        "ISO": "2019-03-26 11:23:05",
        "chronology": "future",
        "chronology_day": 2,
        "formatted": "Tuesday 26 March 2019 11:23:05",
        "timestamp": 1553595785
    },
    "step": {
        "day": 1,
        "hour": 24,
        "minute": 1440,
        "month": 0.03333333333333333,
        "seconde": 86400,
        "week": 0.14285714285714285,
        "year": 0.0027378507871321013
    }
}

</TabItem> </Tabs>

Set Step Object

KEYTYPE
dayfloat
hourfloat
minutefloat
monthfloat
secondfloat
weekfloat
yearfloat

Speed

KEYTYPEDESCRIPTION
m/sfloatspeed expressed in meters per second (m/s)
km/hfloatspeed expressed in kilometers per hour (km/h)
mphfloatspeed expressed in miles per hour (mph)
ktsfloatspeed expressed in knots (kn, kts)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "km/h": 120.0,
    "m/s": 33.333333333333336,
    "kts": 64.79484,
    "mph": 74.56452,
    "scalar": 120.0,
    "unit": "km",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "km/h": 120.0,
    "m/s": 33.333333333333336,
    "kts": 64.79484,
    "mph": 74.56452,
    "scalar": 120.0,
    "unit": "km",
    "confidence": 0.99
}

</TabItem> </Tabs>

Strength

KEYTYPEDESCRIPTION
newtonfloatforce expressed in newton
kilonewtonfloatforce expressed in kilonewton
centinewtonfloatforce expressed in centinewton
scalarfloatsource value
unitstringsource value
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "newton": 70.0,
    "centinewton": 7000.0,
    "kilonewton": 0.07,
    "scalar": 7.0,
    "unit": "daN",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "newton": 70.0,
    "centinewton": 7000.0,
    "kilonewton": 0.07,
    "scalar": 7.0,
    "unit": "daN",
    "confidence": 0.99
}

</TabItem> </Tabs>

Surface

KEYTYPEDESCRIPTION
meterfloatsurface expressed in square meters (m²)
kilometerfloatsurface expressed in square kilometers (km²)
centimeterfloatsurface expressed in square centimeters (cm²)
milesfloatsurface expressed in square miles (mi²)
aresfloatsurface expressed in ares
hectaresfloatsurface expressed in hectares
inchesfloatsurface expressed in square inches (in²)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "meter": 43000.0,
    "centimeter": 430000000.0,
    "kilometer": 0.043,
    "hectares": 4.3,
    "inches": 66650000.0,
    "miles": 0.0166023,
    "ares": 430.0,
    "scalar": 4.3,
    "unit": "ha",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "meter": 43000.0,
    "centimeter": 430000000.0,
    "kilometer": 0.043,
    "hectares": 4.3,
    "inches": 66650000.0,
    "miles": 0.0166023,
    "ares": 430.0,
    "scalar": 4.3,
    "unit": "ha",
    "confidence": 0.99
}

</TabItem> </Tabs>

Surface Tension

KEYTYPEDESCRIPTION
N/meterfloatsurface tension expressed in newtons per meter (N/m)
N/kilometerfloatsurface tension expressed in newtons per kilometer (N/km)
N/centimeterfloatsurface tension expressed in newtons per centimeter (N/cm)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "N/centimeter": 20.0,
    "N/meter": 0.2,
    "N/kilometer": 0.0002,
    "scalar": 2.0,
    "unit": "dm",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "N/centimeter": 20.0,
    "N/meter": 0.2,
    "N/kilometer": 0.0002,
    "scalar": 2.0,
    "unit": "dm",
    "confidence": 0.99
}

</TabItem> </Tabs>

Temperature

KEYTYPEDESCRIPTION
celsiusfloattemperature expressed in Celsius (°C)
fahrenheitfloattemperature expressed in Fahrenheit (°F)
kelvinfloattemperature expressed in Kelvin (K)
rakinefloattemperature expressed in Rakine (°R)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "rankine": 559.17,
    "fahrenheit": 99.5,
    "kelvin": 310.65,
    "celsius": 37.5,
    "scalar": 37.5,
    "unit": "C",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "rankine": 559.17,
    "fahrenheit": 99.5,
    "kelvin": 310.65,
    "celsius": 37.5,
    "scalar": 37.5,
    "unit": "C",
    "confidence": 0.99
}

</TabItem> </Tabs>

Time

KEYTYPEDESCRIPTIONCONSTRAINTS
ISOstringISO formatted timehh:mi
formattedstringtime written in english
chronologystringif time is: future / past or present
chronology_minintnumber minute in diff time with present
confidencefloatconfidence for this entitie

<Tabs> <TabItem value="py" label="Python">

{
    "ISO": "5:30",
    "formatted": "datetime.time(5, 30)",
    "chronology": "past",
    "chronology_min": 745,
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "ISO": "5:30",
    "formatted": "datetime.time(5, 30)",
    "chronology": "past",
    "chronology_min": 745,
    "confidence": 0.99
}

</TabItem> </Tabs>

URL

KEYTYPEDESCRIPTION
shemestringthe URL scheme (http/https/ssh..)
fragmentstringThe anchor of the URL
querystringThe query parameters of the URL
hoststringTthe host of the URL
confidencefloatconfidence for this entitie

<Tabs> <TabItem value="py" label="Python">

{
    "sheme": "https",
    "fragment": null,
    "query": "love=you",
    "host": "man.lettria.com",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "sheme": "https",
    "fragment": null,
    "query": "love=you",
    "host": "man.lettria.com",
    "confidence": 0.99
}

</TabItem> </Tabs>

Voltage

KEYTYPEDESCRIPTION
voltfloatvoltage expressed in volts (V)
kilovoltfloatvoltage expressed in kilovolts (kV)
centivoltfloatvoltage expressed in centivolts (cV)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "volt": 70.0,
    "centivolt": 7000.0,
    "kilovolt": 0.07,
    "scalar": 7.0,
    "unit": "daV",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "volt": 70.0,
    "centivolt": 7000.0,
    "kilovolt": 0.07,
    "scalar": 7.0,
    "unit": "daV",
    "confidence": 0.99
}

</TabItem> </Tabs>

Volume

KEYTYPEDESCRIPTION
decimeterfloatvolume expressed in cubic decimeters (dm³)
meterfloatvolume expressed in cubic meters (m³)
kilometerfloatvolume expressed in cubic kilometers (km³)
centimeterfloatvolume expressed in cubic centimeters (cm³)
milesfloatvolume expressed in cubic miles (mi³)
inchesfloatvolume expressed in cubic inches (in³)
feetfloatvolume expressed in cubic feet (ft³)
yardfloatvolume expressed in cubic yards (yd³)
gallonfloatvolume expressed in gallons (gal)
teaspoonfloatvolume expressed in teaspoons (tsp)
tablespoonfloatvolume expressed in tablespoons (tp)
literfloatvolume expressed in liters (L)
milliliterfloatvolume expressed in milliliters (mL)
scalarfloatsource value
unitstringsource unit
confidencefloatconfidence in value matching

<Tabs> <TabItem value="py" label="Python">

{
    "milliliter": 43000.0,
    "meter": 0.043,
    "feet": 1.518545,
    "miles": 1.033079195851154e-11,
    "kilometer": 4.3e-11,
    "teaspoon": 8724.02067795785,
    "inches": 2624.0191,
    "liter": 43.0,
    "tablespoon": 2908.0068926526164,
    "centimeter": 43000.0,
    "gallon": 11.359396,
    "decimeter": 43.0,
    "yard": 0.05624185,
    "scalar": 43.0,
    "unit": "dm",
    "confidence": 0.99
}

</TabItem> <TabItem value="json" label="JSON">

{
    "milliliter": 43000.0,
    "meter": 0.043,
    "feet": 1.518545,
    "miles": 1.033079195851154e-11,
    "kilometer": 4.3e-11,
    "teaspoon": 8724.02067795785,
    "inches": 2624.0191,
    "liter": 43.0,
    "tablespoon": 2908.0068926526164,
    "centimeter": 43000.0,
    "gallon": 11.359396,
    "decimeter": 43.0,
    "yard": 0.05624185,
    "scalar": 43.0,
    "unit": "dm",
    "confidence": 0.99
}

</TabItem> </Tabs>