你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FaceList 类
- java.
lang. Object - NameAndUserDataContract
- com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FaceList
- com.
public class FaceList extends NameAndUserDataContract
人脸列表对象。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
String |
faceListId()
获取 faceListId 值。 |
List<Persisted |
persistedFaces()
获取 persistedFaces 值。 |
Face |
withFaceListId(String faceListId)
设置 faceListId 值。 |
Face |
withPersistedFaces(List<PersistedFace> persistedFaces)
设置 persistedFaces 值。 |
继承成员
NameAndUserDataContract.name()
NameAndUserDataContract.userData()
NameAndUserDataContract.withName(String name)
NameAndUserDataContract.withUserData(String userData)
方法详细信息
faceListId
public String faceListId()
获取 faceListId 值。
Returns:
faceListId 值
persistedFaces
public List
获取 persistedFaces 值。
Returns:
persistedFaces 值
withFaceListId
public FaceList withFaceListId(String faceListId)
设置 faceListId 值。
Parameters:
faceListId
- 要设置的 faceListId 值
Returns:
FaceList 对象本身。
withPersistedFaces
public FaceList withPersistedFaces(List
设置 persistedFaces 值。
Parameters:
persistedFaces
- 要设置的 persistedFaces 值
Returns:
FaceList 对象本身。