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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rekognition/types.rb

Overview

An object that recognizes faces or labels 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the Amazon Rekognition stream processor.

Returns:

  • (String)


7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-rekognition/types.rb', line 7590

class StreamProcessor < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the Amazon Rekognition stream processor.

Returns:

  • (String)


7590
7591
7592
7593
7594
7595
# File 'lib/aws-sdk-rekognition/types.rb', line 7590

class StreamProcessor < Struct.new(
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end