GetFaceSearch
Source:
src/AWS/Rekognition/GetFaceSearch.ts
Runtime binding for rekognition:GetFaceSearch — get the results of an asynchronous video face search started by StartFaceSearch.
The binding takes no arguments and grants the function
rekognition:GetFaceSearch 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.GetFaceSearchHttp).
Video Analysis
Section titled “Video Analysis”// initconst getFaceSearch = yield* AWS.Rekognition.GetFaceSearch();
// runtimeconst results = yield* getFaceSearch({ JobId: jobId });const persons = results.Persons ?? [];