@Generated(value="software.amazon.awssdk:codegen") public final class SearchFacesRequest extends RekognitionRequest implements ToCopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchFacesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchFacesRequest.Builder |
builder() |
String |
collectionId()
ID of the collection the face belongs to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
faceId()
ID of a face to find matches for in the collection.
|
Float |
faceMatchThreshold()
Optional value specifying the minimum confidence in the face match to return.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxFaces()
Maximum number of faces to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SearchFacesRequest.Builder> |
serializableBuilderClass() |
SearchFacesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String collectionId()
ID of the collection the face belongs to.
public final String faceId()
ID of a face to find matches for in the collection.
public final Integer maxFaces()
Maximum number of faces to return. The operation returns the maximum number of faces with the highest confidence in the match.
public final Float faceMatchThreshold()
Optional value specifying the minimum confidence in the face match to return. For example, don't return any matches where confidence in matches is less than 70%. The default value is 80%.
public SearchFacesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchFacesRequest.Builder,SearchFacesRequest>toBuilder in class RekognitionRequestpublic static SearchFacesRequest.Builder builder()
public static Class<? extends SearchFacesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.