Class CfnStreamProcessor.FaceSearchSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rekognition.CfnStreamProcessor.FaceSearchSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamProcessor.FaceSearchSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamProcessor.FaceSearchSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnStreamProcessor.FaceSearchSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamProcessor.FaceSearchSettingsProperty
An implementation for
CfnStreamProcessor.FaceSearchSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rekognition.CfnStreamProcessor.FaceSearchSettingsProperty
CfnStreamProcessor.FaceSearchSettingsProperty.Builder, CfnStreamProcessor.FaceSearchSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamProcessor.FaceSearchSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of a collection that contains faces that you want to search for.final NumberMinimum face match confidence score that must be met to return a result for a recognized face.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStreamProcessor.FaceSearchSettingsProperty.Builder.
-
-
Method Details
-
getCollectionId
Description copied from interface:CfnStreamProcessor.FaceSearchSettingsPropertyThe ID of a collection that contains faces that you want to search for.- Specified by:
getCollectionIdin interfaceCfnStreamProcessor.FaceSearchSettingsProperty- See Also:
-
getFaceMatchThreshold
Description copied from interface:CfnStreamProcessor.FaceSearchSettingsPropertyMinimum 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.
- Specified by:
getFaceMatchThresholdin interfaceCfnStreamProcessor.FaceSearchSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-