PersistedFace Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. faceapi. models. PersistedFace
- com.
public class PersistedFace
PersonFace object.
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
persistedFaceId()
Get the persistedFaceId value. |
String |
userData()
Get the userData value. |
Persisted |
withPersistedFaceId(UUID persistedFaceId)
Set the persistedFaceId value. |
Persisted |
withUserData(String userData)
Set the userData value. |
Method Details
persistedFaceId
public UUID persistedFaceId()
Get the persistedFaceId value.
Returns:
the persistedFaceId value
userData
public String userData()
Get the userData value.
Returns:
the userData value
withPersistedFaceId
public PersistedFace withPersistedFaceId(UUID persistedFaceId)
Set the persistedFaceId value.
Parameters:
persistedFaceId
- the persistedFaceId value to set
Returns:
the PersistedFace object itself.
withUserData
public PersistedFace withUserData(String userData)
Set the userData value.
Parameters:
userData
- the userData value to set
Returns:
the PersistedFace object itself.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java