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

Class: Aws::Rekognition::Types::StreamProcessor

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

Overview

An object that recognizes faces in a streaming video. An Amazon Rekognition stream processor is created by a call to CreateStreamProcessor. The request parameters for CreateStreamProcessor describe the Kinesis video stream source for the streaming video, face recognition parameters, and where to stream the analysis resullts.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the Amazon Rekognition stream processor.

Returns:

  • (String)

    Name of the Amazon Rekognition stream processor.

#statusString

Current status of the Amazon Rekognition stream processor.

Possible values:

  • STOPPED
  • STARTING
  • RUNNING
  • FAILED
  • STOPPING

Returns:

  • (String)

    Current status of the Amazon Rekognition stream processor.