StreamProcessor class

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.

Constructors

StreamProcessor({String? name, StreamProcessorStatus? status})
StreamProcessor.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the Amazon Rekognition stream processor.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status StreamProcessorStatus?
Current status of the Amazon Rekognition stream processor.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited