StartStreamProcessor
Source:
src/AWS/Rekognition/StartStreamProcessor.ts
Runtime binding for rekognition:StartStreamProcessor — start a stream processor that analyzes a Kinesis Video Stream (face search or connected-home label detection).
The binding takes no arguments and grants the function
rekognition:StartStreamProcessor on * (Rekognition data-plane resources such
as collections, users, and jobs are routinely created at runtime, so
their identifiers are unknown at deploy time). Provide the
implementation with Effect.provide(AWS.Rekognition.StartStreamProcessorHttp).
Stream Processors
Section titled “Stream Processors”// initconst startStreamProcessor = yield* AWS.Rekognition.StartStreamProcessor();
// runtimeconst started = yield* startStreamProcessor({ Name: "lobby-camera" });// started.SessionId (connected-home processors)