You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Rekognition::Types::StreamProcessorSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StreamProcessorSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  face_search: {
    collection_id: "CollectionId",
    face_match_threshold: 1.0,
  },
}

Input parameters used to recognize faces in a streaming video analyzed by a Amazon Rekognition stream processor.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#face_searchTypes::FaceSearchSettings

Face search settings to use on a streaming video.

Returns: