@Generated(value="software.amazon.awssdk:codegen") public final class FaceSearchSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FaceSearchSettings.Builder,FaceSearchSettings>
Input face recognition parameters for an Amazon Rekognition stream processor. Includes the collection to use for face recognition and the face attributes to detect. Defining the settings is required in the request parameter for CreateStreamProcessor.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FaceSearchSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FaceSearchSettings.Builder |
builder() |
String |
collectionId()
The ID of a collection that contains faces that you want to search for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Float |
faceMatchThreshold()
Minimum face match confidence score that must be met to return a result for a recognized face.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FaceSearchSettings.Builder> |
serializableBuilderClass() |
FaceSearchSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectionId()
The ID of a collection that contains faces that you want to search for.
public final Float faceMatchThreshold()
Minimum face match confidence score that must be met to return a result for a recognized face. The default is 80. 0 is the lowest confidence. 100 is the highest confidence. Values between 0 and 100 are accepted, and values lower than 80 are set to 80.
public FaceSearchSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FaceSearchSettings.Builder,FaceSearchSettings>public static FaceSearchSettings.Builder builder()
public static Class<? extends FaceSearchSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.