| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
FaceSearchSettings |
FaceSearchSettings.clone() |
FaceSearchSettings |
StreamProcessorSettings.getFaceSearch()
Face search settings to use on a streaming video.
|
FaceSearchSettings |
FaceSearchSettings.withCollectionId(String collectionId)
The ID of a collection that contains faces that you want to search for.
|
FaceSearchSettings |
FaceSearchSettings.withFaceMatchThreshold(Float faceMatchThreshold)
Minimum face match confidence score that must be met to return a result for a recognized face.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamProcessorSettings.setFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
|
StreamProcessorSettings |
StreamProcessorSettings.withFaceSearch(FaceSearchSettings faceSearch)
Face search settings to use on a streaming video.
|
Copyright © 2023. All rights reserved.