Class DetectInfoVideoData

    • Constructor Detail

      • DetectInfoVideoData

        public DetectInfoVideoData()
      • DetectInfoVideoData

        public DetectInfoVideoData​(DetectInfoVideoData 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

      • getLivenessVideo

        public String getLivenessVideo()
        Get 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LivenessVideo 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。
      • setLivenessVideo

        public void setLivenessVideo​(String LivenessVideo)
        Set 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LivenessVideo - 活体视频的base64编码 注意:此字段可能返回 null,表示取不到有效值。