public static interface UnsuccessfulFaceAssociation.Builder extends SdkPojo, CopyableBuilder<UnsuccessfulFaceAssociation.Builder,UnsuccessfulFaceAssociation>
| Modifier and Type | Method and Description |
|---|---|
UnsuccessfulFaceAssociation.Builder |
confidence(Float confidence)
Match confidence with the UserID, provides information regarding if a face association was unsuccessful
because it didn't meet UserMatchThreshold.
|
UnsuccessfulFaceAssociation.Builder |
faceId(String faceId)
A unique identifier assigned to the face.
|
UnsuccessfulFaceAssociation.Builder |
reasons(Collection<UnsuccessfulFaceAssociationReason> reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation.Builder |
reasons(UnsuccessfulFaceAssociationReason... reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation.Builder |
reasonsWithStrings(Collection<String> reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation.Builder |
reasonsWithStrings(String... reasons)
The reason why the association was unsuccessful.
|
UnsuccessfulFaceAssociation.Builder |
userId(String userId)
A provided ID for the UserID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnsuccessfulFaceAssociation.Builder faceId(String faceId)
A unique identifier assigned to the face.
faceId - A unique identifier assigned to the face.UnsuccessfulFaceAssociation.Builder userId(String userId)
A provided ID for the UserID. Unique within the collection.
userId - A provided ID for the UserID. Unique within the collection.UnsuccessfulFaceAssociation.Builder confidence(Float confidence)
Match confidence with the UserID, provides information regarding if a face association was unsuccessful because it didn't meet UserMatchThreshold.
confidence - Match confidence with the UserID, provides information regarding if a face association was
unsuccessful because it didn't meet UserMatchThreshold.UnsuccessfulFaceAssociation.Builder reasonsWithStrings(Collection<String> reasons)
The reason why the association was unsuccessful.
reasons - The reason why the association was unsuccessful.UnsuccessfulFaceAssociation.Builder reasonsWithStrings(String... reasons)
The reason why the association was unsuccessful.
reasons - The reason why the association was unsuccessful.UnsuccessfulFaceAssociation.Builder reasons(Collection<UnsuccessfulFaceAssociationReason> reasons)
The reason why the association was unsuccessful.
reasons - The reason why the association was unsuccessful.UnsuccessfulFaceAssociation.Builder reasons(UnsuccessfulFaceAssociationReason... reasons)
The reason why the association was unsuccessful.
reasons - The reason why the association was unsuccessful.Copyright © 2023. All rights reserved.