JSON_Cap_CheckResult

Message about the detection results in JSON format.

{
  "CheckResult":{
    "checkResult":{
/*optional, string, detection result: "normal", "abnormal", "unknown", "processing"*/
      "@opt":["normal", "abnormal", "unknown", "processing"]
    }, 
    "value":{
/*optional, integer, detection result which is displayed in the format of a number*/
      "@min": , 
      "@max": 
    }, 
    "videoSignal":{
/*optional, string, video signal status: "normal", "abnormal", "unknown"*/
      "@opt":["normal", "abnormal", "unknown"]
    }, 
    "audioInput":{
/*optional, string, audio input status: "normal", "abnormal", "unknown"*/
      "@opt":["normal", "abnormal", "unknown"]
    }, 
    "audioOutput":{
/*optional, string, audio output status: "normal", "abnormal", "unknown"*/
      "@opt":["normal", "abnormal", "unknown"]
    }
  }
}