From 756037bb7fe0edb718ea4eaf0afe9f87c1a1048b Mon Sep 17 00:00:00 2001 From: Artem Tsybulko Date: Wed, 30 Apr 2025 11:05:32 +0300 Subject: [PATCH] SP-22886 - optional FaceDetection --- src/models/face-detection-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/face-detection-item.ts b/src/models/face-detection-item.ts index b3a02655..04a8bc4f 100644 --- a/src/models/face-detection-item.ts +++ b/src/models/face-detection-item.ts @@ -28,6 +28,6 @@ export interface FaceDetectionItem { * @type {FaceDetection} * @memberof FaceDetectionItem */ - 'FaceDetection': FaceDetection; + 'FaceDetection'?: FaceDetection; }