Class DetectInfoBestFrame

    • Constructor Detail

      • DetectInfoBestFrame

        public DetectInfoBestFrame()
      • DetectInfoBestFrame

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

      • getBestFrame

        public String getBestFrame()
        Get 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BestFrame 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。
      • setBestFrame

        public void setBestFrame​(String BestFrame)
        Set 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BestFrame - 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。
      • getBestFrames

        public String[] getBestFrames()
        Get 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BestFrames 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。
      • setBestFrames

        public void setBestFrames​(String[] BestFrames)
        Set 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BestFrames - 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。