FaceList Class
- java.
lang. Object - NameAndUserDataContract
- com.
microsoft. azure. cognitiveservices. vision. faceapi. models. FaceList
- com.
public class FaceList extends NameAndUserDataContract
Face list object.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
faceListId()
Get the faceListId value. |
List<Persisted |
persistedFaces()
Get the persistedFaces value. |
Face |
withFaceListId(String faceListId)
Set the faceListId value. |
Face |
withPersistedFaces(List<PersistedFace> persistedFaces)
Set the persistedFaces value. |
Inherited Members
NameAndUserDataContract.name()
NameAndUserDataContract.userData()
NameAndUserDataContract.withName(String name)
NameAndUserDataContract.withUserData(String userData)
Method Details
faceListId
public String faceListId()
Get the faceListId value.
Returns:
the faceListId value
persistedFaces
public List
Get the persistedFaces value.
Returns:
the persistedFaces value
withFaceListId
public FaceList withFaceListId(String faceListId)
Set the faceListId value.
Parameters:
faceListId
- the faceListId value to set
Returns:
the FaceList object itself.
withPersistedFaces
public FaceList withPersistedFaces(List
Set the persistedFaces value.
Parameters:
persistedFaces
- the persistedFaces value to set
Returns:
the FaceList object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java