JSON message about conditions of searching for parking space detection events
{
"ParkingSpaceRecognitionSearchDescription":{
"searchID": "",
/*required, string, search ID, which is used to check whether the current search requester is the same as the previous one; if they are the same, the search record will be stored in the device to speed up the next search*/
"searchResultPosition": ,
/*required, integer32, the end position of search result in result list; in a single search, if you cannot get all the records in the result list, you can mark the end position and get the following records after the marked position in the next search*/
"maxResults": ,
/*required, integer32, the maximum number of search results, which is defined by the device capability, will be returned if the value of maxResults reaches the limit; in this case, the device will not return error*/
}
}