POST api/ImageProcessingService?imagePath={imagePath}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| imagePath | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ValueTupleOfStringAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| Item1 | string |
None. |
|
| Item2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Item1": "sample string 1",
"Item2": "sample string 2"
}