public class DetectInfoBestFrame extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBestFrame()
Get 活体比对最佳帧Base64编码。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getBestFrames()
Get 自截帧Base64编码数组。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrame(String BestFrame)
Set 活体比对最佳帧Base64编码。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrames(String[] BestFrames)
Set 自截帧Base64编码数组。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DetectInfoBestFrame()
public DetectInfoBestFrame(DetectInfoBestFrame source)
public String getBestFrame()
public void setBestFrame(String BestFrame)
BestFrame
- 活体比对最佳帧Base64编码。
注意:此字段可能返回 null,表示取不到有效值。public String[] getBestFrames()
public void setBestFrames(String[] BestFrames)
BestFrames
- 自截帧Base64编码数组。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.