public class AiRecognitionTaskFaceResultItem extends AbstractModel
| Constructor and Description | 
|---|
| AiRecognitionTaskFaceResultItem() | 
| AiRecognitionTaskFaceResultItem(AiRecognitionTaskFaceResultItem 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 | getId()Get Unique ID of a figure. | 
| String | getName()Get Name of a figure. | 
| AiRecognitionTaskFaceSegmentItem[] | getSegmentSet()Get Result set of segments that contain a figure. | 
| String | getType()Get Figure library type, indicating to which figure library the recognized figure belongs:
Default: Default figure library;
UserDefine: Custom figure library. | 
| void | setId(String Id)Set Unique ID of a figure. | 
| void | setName(String Name)Set Name of a figure. | 
| void | setSegmentSet(AiRecognitionTaskFaceSegmentItem[] SegmentSet)Set Result set of segments that contain a figure. | 
| void | setType(String Type)Set Figure library type, indicating to which figure library the recognized figure belongs:
Default: Default figure library;
UserDefine: Custom figure library. | 
| 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, toJsonStringpublic AiRecognitionTaskFaceResultItem()
public AiRecognitionTaskFaceResultItem(AiRecognitionTaskFaceResultItem source)
public String getId()
public void setId(String Id)
Id - Unique ID of a figure.public String getType()
public void setType(String Type)
Type - Figure library type, indicating to which figure library the recognized figure belongs:
public String getName()
public void setName(String Name)
Name - Name of a figure.public AiRecognitionTaskFaceSegmentItem[] getSegmentSet()
public void setSegmentSet(AiRecognitionTaskFaceSegmentItem[] SegmentSet)
SegmentSet - Result set of segments that contain a figure.Copyright © 2021. All rights reserved.