AreaRequestParams Data Type

Properties
name data type description
userId number
classId number
vectorId2VectorUnits map of Units
precision number
versionId number
vectorId2CompUnits map of Units
classLabel string
fieldId string

Example

{
  "userId" : 12345,
  "classId" : 12345,
  "vectorId2VectorUnits" : {
    "property1" : "Mile",
    "property2" : "Meter"
  },
  "precision" : 12345,
  "versionId" : 12345,
  "vectorId2CompUnits" : {
    "property1" : "Mm",
    "property2" : "Yard"
  },
  "classLabel" : "...",
  "fieldId" : "..."
}