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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java