Response [200 Ok]

Uri /api/v2/image/hvbcSvg-0!regions
UriDescription Regions for image
EndpointType Regions
Locator Region
LocatorType Objects

Region [1 of 3]
/api/v2/region/4110023398

Uri /api/v2/region/4110023398
UriDescription Region by ID
Height 0.14885
Type Face
Width 0.198466
X 0.352456
Y 0.607067

Region [2 of 3]
/api/v2/region/4110023399

Uri /api/v2/region/4110023399
UriDescription Region by ID
Height 0.147544
Type Face
Width 0.197161
X 0.723927
Y 0.585523

Region [3 of 3]
/api/v2/region/4110023400

Uri /api/v2/region/4110023400
UriDescription Region by ID
Height 0.0809534
Type Face
Width 0.108373
X 0.503264
Y 0.215358

Timing

Total

cycles 1
objects 0
time 0.04162

Request

Uri /api/v2/image/hvbcSvg-0!regions
Method GET
Version v2

Config

{
    "expand_method": "ref",
    "shorturis": false
}

Options

Path

  • /api
  • /v2
  • /image
  • /
  • !regions

Notes

  • _multiargs does not work at this endpoint

Methods

OPTIONS

Permissions
  • Read

GET

Permissions
  • Read

POST

Permissions
  • Add

JSON

{
    "Request": {
        "Version": "v2",
        "Method": "GET",
        "Uri": "/api/v2/image/hvbcSvg-0!regions"
    },
    "Options": {
        "MethodDetails": {
            "OPTIONS": {
                "Permissions": [
                    "Read"
                ]
            },
            "GET": {
                "Permissions": [
                    "Read"
                ]
            },
            "POST": {
                "Permissions": [
                    "Add"
                ]
            }
        },
        "Methods": [
            "OPTIONS",
            "GET"
        ],
        "MediaTypes": [
            "application/json",
            "application/vnd.php.serialized",
            "application/x-msgpack",
            "text/html",
            "text/csv"
        ],
        "Notes": [
            "_multiargs does not work at this endpoint"
        ],
        "Path": [
            {
                "type": "path",
                "text": "api"
            },
            {
                "type": "path",
                "text": "v2"
            },
            {
                "type": "path",
                "text": "image"
            },
            {
                "type": "singleparam",
                "param_name": "imagekey",
                "param_value": "hvbcSvg-0",
                "param_validator": {}
            },
            {
                "type": "action",
                "text": "regions"
            }
        ]
    },
    "Response": {
        "Uri": "/api/v2/image/hvbcSvg-0!regions",
        "Locator": "Region",
        "LocatorType": "Objects",
        "Region": [
            {
                "Width": 0.198466,
                "Height": 0.14885,
                "X": 0.352456,
                "Y": 0.607067,
                "Type": "Face",
                "Uri": "/api/v2/region/4110023398",
                "UriDescription": "Region by ID"
            },
            {
                "Width": 0.197161,
                "Height": 0.147544,
                "X": 0.723927,
                "Y": 0.585523,
                "Type": "Face",
                "Uri": "/api/v2/region/4110023399",
                "UriDescription": "Region by ID"
            },
            {
                "Width": 0.108373,
                "Height": 0.0809534,
                "X": 0.503264,
                "Y": 0.215358,
                "Type": "Face",
                "Uri": "/api/v2/region/4110023400",
                "UriDescription": "Region by ID"
            }
        ],
        "UriDescription": "Regions for image",
        "EndpointType": "Regions",
        "Timing": {
            "Total": {
                "time": 0.04162,
                "cycles": 1,
                "objects": 0
            }
        }
    },
    "Code": 200,
    "Message": "Ok"
}