AreaRequestParams Data Type

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

Example

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