Class FaceConfigureInfoForUpdate

    • Constructor Detail

      • FaceConfigureInfoForUpdate

        public FaceConfigureInfoForUpdate()
      • FaceConfigureInfoForUpdate

        public FaceConfigureInfoForUpdate​(FaceConfigureInfoForUpdate 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:关闭智能人脸识别任务。