Class DetectInfoBestFrame
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.faceid.v20180301.models.DetectInfoBestFrame
-
public class DetectInfoBestFrame extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DetectInfoBestFrame()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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBestFrame()Get 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。String[]getBestFrames()Get 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。voidsetBestFrame(String BestFrame)Set 活体比对最佳帧Base64编码。 注意:此字段可能返回 null,表示取不到有效值。voidsetBestFrames(String[] BestFrames)Set 自截帧Base64编码数组。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,表示取不到有效值。
-
-