Class: Aws::Rekognition::Types::StreamProcessor
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StreamProcessor
- Defined in:
- gems/aws-sdk-rekognition/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
-
#name ⇒ String
Name of the Amazon Rekognition stream processor.
-
#status ⇒ String
Current status of the Amazon Rekognition stream processor.
Instance Attribute Details
#name ⇒ String
Name of the Amazon Rekognition stream processor.
6546 6547 6548 6549 6550 6551 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6546 class StreamProcessor < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Current status of the Amazon Rekognition stream processor.
6546 6547 6548 6549 6550 6551 |
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 6546 class StreamProcessor < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |