public static interface FaceSearchSettings.Builder extends SdkPojo, CopyableBuilder<FaceSearchSettings.Builder,FaceSearchSettings>
| Modifier and Type | Method and Description |
|---|---|
FaceSearchSettings.Builder |
collectionId(String collectionId)
The ID of a collection that contains faces that you want to search for.
|
FaceSearchSettings.Builder |
faceMatchThreshold(Float faceMatchThreshold)
Minimum face match confidence score that must be met to return a result for a recognized face.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFaceSearchSettings.Builder collectionId(String collectionId)
The ID of a collection that contains faces that you want to search for.
collectionId - The ID of a collection that contains faces that you want to search for.FaceSearchSettings.Builder faceMatchThreshold(Float faceMatchThreshold)
Minimum face match confidence score that must be met to return a result for a recognized face. Default is 80. 0 is the lowest confidence. 100 is the highest confidence.
faceMatchThreshold - Minimum face match confidence score that must be met to return a result for a recognized face. Default
is 80. 0 is the lowest confidence. 100 is the highest confidence.Copyright © 2020. All rights reserved.