public class DetectInfoBestFrame extends AbstractModel
Constructor and Description |
---|
DetectInfoBestFrame() |
Modifier and Type | Method and Description |
---|---|
String |
getBestFrame()
Get 活体比对最佳帧。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getBestFrames()
Get 自截帧。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrame(String BestFrame)
Set 活体比对最佳帧。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBestFrames(String[] BestFrames)
Set 自截帧。
注意:此字段可能返回 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 String getBestFrame()
public void setBestFrame(String BestFrame)
BestFrame
- 活体比对最佳帧。
注意:此字段可能返回 null,表示取不到有效值。public String[] getBestFrames()
public void setBestFrames(String[] BestFrames)
BestFrames
- 自截帧。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.