JSON_shipsDetectionCap

shipsDetectionCap message in JSON format

{
  "shipsDetectionCap":{
    "isSupportBasicConfig":,
/*required, boolean type, whether supports basic parameters configuration of ship detection*/
    "isSupportAdvanceConfig":,
/*optional, boolean type, whether supports advanced parameters configuration of ship detection*/
    "isSupportSceneConfig":,
/*optional, boolean type, whether supports scene parameters configuration of ship detection*/
    "isSupportCaptureRatio":,
/*optional, boolean type, whether supports capture ratio configuration of ship detection*/
    "isSupportFunctionMode":,
/*optional, boolean type, whether supports function mode configuration of ship detection*/
    "isSupportShipsFlowDetectionRuleConfig":,
/*optional, boolean type, whether supports rule configuration of ship flow detection mode*/
    "isSupportDredgerDetectionRuleConfig":,
/*optional, boolean type, whether supports rule configuration of dredger detection mode*/
    "isSupportShipsDetectionCount":,
/*optional, boolean type, whether supports ship counting*/
    "isSupportSceneCruise":,
/*optional, boolean type, whether supports scene auto-switch*/
    "sceneRatioId":{
/*optional, string type, the ID of channel, which supports scene ratio*/
      "@opt":""
    },
    "shipsDetectionSceneNum":
/*optional, integer type, the maximum number of supported scenes for ship detection*/
  }
}