@camera.ui/sdk / plugin / FaceDetectionPluginResponse
Interface: FaceDetectionPluginResponse
Defined in: plugin/interfaces.ts:58
Result of a face detection run.
Properties
detected
detected:
boolean
Defined in: plugin/interfaces.ts:60
True when the run produced at least one detection.
detections
detections:
FaceDetection[]
Defined in: plugin/interfaces.ts:62
Detected faces, each with its embedding.
embeddingModel?
optionalembeddingModel?:string
Defined in: plugin/interfaces.ts:64
Model that produced the embeddings; consumers must not mix models.