Class ActionConfigInfo

    • Constructor Detail

      • ActionConfigInfo

        public ActionConfigInfo()
      • ActionConfigInfo

        public ActionConfigInfo​(ActionConfigInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getSwitch

        public String getSwitch()
        Get 动作识别任务开关,可选值:
      • ON:开启;
      • OFF:关闭。
Returns:
Switch 动作识别任务开关,可选值:
  • ON:开启;
  • OFF:关闭。
  • Parameters:
    Switch - 动作识别任务开关,可选值:
  • ON:开启;
  • OFF:关闭。