FaceSearchSettings class
Input face recognition parameters for an Amazon Rekognition stream
processor. FaceRecognitionSettings
is a request parameter for
CreateStreamProcessor.
Constructors
- FaceSearchSettings({String? collectionId, double? faceMatchThreshold})
-
FaceSearchSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- collectionId → String?
-
The ID of a collection that contains faces that you want to search for.
final
- faceMatchThreshold → double?
-
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited