@regulaforensics/face-sdk 6.5.63-beta → 6.5.67-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (181) hide show
  1. package/RNFaceSDK.podspec +1 -1
  2. package/examples/capacitor/README.md +4 -4
  3. package/examples/capacitor/package.json +4 -4
  4. package/examples/cordova/README.md +4 -4
  5. package/examples/cordova/package.json +10 -5
  6. package/examples/ionic/README.md +4 -4
  7. package/examples/ionic/package.json +4 -4
  8. package/examples/ionic/src/app/home/home.page.ts +5 -56
  9. package/examples/react-native/README.md +4 -4
  10. package/examples/react-native/package.json +5 -4
  11. package/package.json +1 -2
  12. package/plugin.xml +1 -1
  13. package/www/capacitor/index.js +4 -179
  14. package/www/cordova.js +406 -3499
  15. package/www/react-native/index.js +4 -179
  16. package/www/types/index.d.ts +4 -140
  17. package/examples/capacitor/scripts/android.sh +0 -9
  18. package/examples/capacitor/scripts/ios.sh +0 -8
  19. package/examples/capacitor/scripts/setup.sh +0 -4
  20. package/examples/cordova/scripts/android.sh +0 -8
  21. package/examples/cordova/scripts/ios.sh +0 -8
  22. package/examples/cordova/scripts/setup.sh +0 -5
  23. package/examples/ionic/scripts/android.sh +0 -8
  24. package/examples/ionic/scripts/ios.sh +0 -8
  25. package/examples/ionic/scripts/setup.sh +0 -5
  26. package/examples/react-native/scripts/android.sh +0 -8
  27. package/examples/react-native/scripts/ios.sh +0 -8
  28. package/examples/react-native/scripts/setup.sh +0 -8
  29. package/www/capacitor/customization/customization.js +0 -66
  30. package/www/capacitor/customization/customization_colors.js +0 -233
  31. package/www/capacitor/customization/customization_fonts.js +0 -106
  32. package/www/capacitor/customization/customization_images.js +0 -129
  33. package/www/capacitor/customization/font.js +0 -29
  34. package/www/capacitor/detect_faces/detect_face_result.js +0 -38
  35. package/www/capacitor/detect_faces/detect_faces_attribute.js +0 -15
  36. package/www/capacitor/detect_faces/detect_faces_attribute_result.js +0 -20
  37. package/www/capacitor/detect_faces/detect_faces_backend_exception.js +0 -23
  38. package/www/capacitor/detect_faces/detect_faces_config.js +0 -14
  39. package/www/capacitor/detect_faces/detect_faces_exception.js +0 -30
  40. package/www/capacitor/detect_faces/detect_faces_request.js +0 -67
  41. package/www/capacitor/detect_faces/detect_faces_response.js +0 -24
  42. package/www/capacitor/detect_faces/detect_faces_scenario.js +0 -10
  43. package/www/capacitor/face_capture/face_capture_config.js +0 -28
  44. package/www/capacitor/face_capture/face_capture_exception.js +0 -25
  45. package/www/capacitor/face_capture/face_capture_image.js +0 -26
  46. package/www/capacitor/face_capture/face_capture_response.js +0 -17
  47. package/www/capacitor/image_params/output_image_crop.js +0 -21
  48. package/www/capacitor/image_params/output_image_params.js +0 -9
  49. package/www/capacitor/image_params/point.js +0 -14
  50. package/www/capacitor/image_params/rect.js +0 -18
  51. package/www/capacitor/image_params/size.js +0 -9
  52. package/www/capacitor/image_quality/image_quality_characteristic.js +0 -24
  53. package/www/capacitor/image_quality/image_quality_characteristic_name.js +0 -58
  54. package/www/capacitor/image_quality/image_quality_group.js +0 -332
  55. package/www/capacitor/image_quality/image_quality_range.js +0 -26
  56. package/www/capacitor/image_quality/image_quality_result.js +0 -40
  57. package/www/capacitor/init/face_sdk_version.js +0 -16
  58. package/www/capacitor/match_faces/compared_face.js +0 -21
  59. package/www/capacitor/match_faces/compared_faces_pair.js +0 -23
  60. package/www/capacitor/match_faces/compared_faces_split.js +0 -22
  61. package/www/capacitor/match_faces/match_faces_backend_exception.js +0 -14
  62. package/www/capacitor/match_faces/match_faces_config.js +0 -12
  63. package/www/capacitor/match_faces/match_faces_detection.js +0 -25
  64. package/www/capacitor/match_faces/match_faces_detection_face.js +0 -28
  65. package/www/capacitor/match_faces/match_faces_exception.js +0 -30
  66. package/www/capacitor/match_faces/match_faces_image.js +0 -25
  67. package/www/capacitor/match_faces/match_faces_request.js +0 -13
  68. package/www/capacitor/match_faces/match_faces_response.js +0 -28
  69. package/www/capacitor/person_database/edit_group_persons_request.js +0 -9
  70. package/www/capacitor/person_database/image_upload.js +0 -16
  71. package/www/capacitor/person_database/pageable_item_list.js +0 -22
  72. package/www/capacitor/person_database/person.js +0 -22
  73. package/www/capacitor/person_database/person_database.js +0 -145
  74. package/www/capacitor/person_database/person_group.js +0 -18
  75. package/www/capacitor/person_database/person_image.js +0 -22
  76. package/www/capacitor/person_database/search_person.js +0 -31
  77. package/www/capacitor/person_database/search_person_detection.js +0 -22
  78. package/www/capacitor/person_database/search_person_image.js +0 -26
  79. package/www/capacitor/person_database/search_person_request.js +0 -17
  80. package/www/react-native/customization/customization.js +0 -66
  81. package/www/react-native/customization/customization_colors.js +0 -233
  82. package/www/react-native/customization/customization_fonts.js +0 -106
  83. package/www/react-native/customization/customization_images.js +0 -129
  84. package/www/react-native/customization/font.js +0 -29
  85. package/www/react-native/detect_faces/detect_face_result.js +0 -38
  86. package/www/react-native/detect_faces/detect_faces_attribute.js +0 -15
  87. package/www/react-native/detect_faces/detect_faces_attribute_result.js +0 -20
  88. package/www/react-native/detect_faces/detect_faces_backend_exception.js +0 -23
  89. package/www/react-native/detect_faces/detect_faces_config.js +0 -14
  90. package/www/react-native/detect_faces/detect_faces_exception.js +0 -30
  91. package/www/react-native/detect_faces/detect_faces_request.js +0 -67
  92. package/www/react-native/detect_faces/detect_faces_response.js +0 -24
  93. package/www/react-native/detect_faces/detect_faces_scenario.js +0 -10
  94. package/www/react-native/face_capture/face_capture_config.js +0 -28
  95. package/www/react-native/face_capture/face_capture_exception.js +0 -25
  96. package/www/react-native/face_capture/face_capture_image.js +0 -26
  97. package/www/react-native/face_capture/face_capture_response.js +0 -17
  98. package/www/react-native/image_params/output_image_crop.js +0 -21
  99. package/www/react-native/image_params/output_image_params.js +0 -9
  100. package/www/react-native/image_params/point.js +0 -14
  101. package/www/react-native/image_params/rect.js +0 -18
  102. package/www/react-native/image_params/size.js +0 -9
  103. package/www/react-native/image_quality/image_quality_characteristic.js +0 -24
  104. package/www/react-native/image_quality/image_quality_characteristic_name.js +0 -58
  105. package/www/react-native/image_quality/image_quality_group.js +0 -332
  106. package/www/react-native/image_quality/image_quality_range.js +0 -26
  107. package/www/react-native/image_quality/image_quality_result.js +0 -40
  108. package/www/react-native/init/face_sdk_version.js +0 -16
  109. package/www/react-native/match_faces/compared_face.js +0 -21
  110. package/www/react-native/match_faces/compared_faces_pair.js +0 -23
  111. package/www/react-native/match_faces/compared_faces_split.js +0 -22
  112. package/www/react-native/match_faces/match_faces_backend_exception.js +0 -14
  113. package/www/react-native/match_faces/match_faces_config.js +0 -12
  114. package/www/react-native/match_faces/match_faces_detection.js +0 -25
  115. package/www/react-native/match_faces/match_faces_detection_face.js +0 -28
  116. package/www/react-native/match_faces/match_faces_exception.js +0 -30
  117. package/www/react-native/match_faces/match_faces_image.js +0 -25
  118. package/www/react-native/match_faces/match_faces_request.js +0 -13
  119. package/www/react-native/match_faces/match_faces_response.js +0 -28
  120. package/www/react-native/person_database/edit_group_persons_request.js +0 -9
  121. package/www/react-native/person_database/image_upload.js +0 -16
  122. package/www/react-native/person_database/pageable_item_list.js +0 -22
  123. package/www/react-native/person_database/person.js +0 -22
  124. package/www/react-native/person_database/person_database.js +0 -145
  125. package/www/react-native/person_database/person_group.js +0 -18
  126. package/www/react-native/person_database/person_image.js +0 -22
  127. package/www/react-native/person_database/search_person.js +0 -31
  128. package/www/react-native/person_database/search_person_detection.js +0 -22
  129. package/www/react-native/person_database/search_person_image.js +0 -26
  130. package/www/react-native/person_database/search_person_request.js +0 -17
  131. package/www/types/customization/customization.d.ts +0 -46
  132. package/www/types/customization/customization_colors.d.ts +0 -37
  133. package/www/types/customization/customization_fonts.d.ts +0 -23
  134. package/www/types/customization/customization_images.d.ts +0 -24
  135. package/www/types/customization/font.d.ts +0 -41
  136. package/www/types/detect_faces/detect_face_result.d.ts +0 -16
  137. package/www/types/detect_faces/detect_faces_attribute.d.ts +0 -15
  138. package/www/types/detect_faces/detect_faces_attribute_result.d.ts +0 -11
  139. package/www/types/detect_faces/detect_faces_backend_exception.d.ts +0 -15
  140. package/www/types/detect_faces/detect_faces_config.d.ts +0 -37
  141. package/www/types/detect_faces/detect_faces_exception.d.ts +0 -24
  142. package/www/types/detect_faces/detect_faces_request.d.ts +0 -80
  143. package/www/types/detect_faces/detect_faces_response.d.ts +0 -12
  144. package/www/types/detect_faces/detect_faces_scenario.d.ts +0 -10
  145. package/www/types/face_capture/face_capture_config.d.ts +0 -39
  146. package/www/types/face_capture/face_capture_exception.d.ts +0 -17
  147. package/www/types/face_capture/face_capture_image.d.ts +0 -39
  148. package/www/types/face_capture/face_capture_response.d.ts +0 -9
  149. package/www/types/image_params/output_image_crop.d.ts +0 -49
  150. package/www/types/image_params/output_image_params.d.ts +0 -28
  151. package/www/types/image_params/point.d.ts +0 -9
  152. package/www/types/image_params/rect.d.ts +0 -8
  153. package/www/types/image_params/size.d.ts +0 -6
  154. package/www/types/image_quality/image_quality_characteristic.d.ts +0 -7
  155. package/www/types/image_quality/image_quality_characteristic_name.d.ts +0 -61
  156. package/www/types/image_quality/image_quality_group.d.ts +0 -418
  157. package/www/types/image_quality/image_quality_range.d.ts +0 -8
  158. package/www/types/image_quality/image_quality_result.d.ts +0 -30
  159. package/www/types/init/face_sdk_version.d.ts +0 -16
  160. package/www/types/match_faces/compared_face.d.ts +0 -29
  161. package/www/types/match_faces/compared_faces_pair.d.ts +0 -36
  162. package/www/types/match_faces/compared_faces_split.d.ts +0 -8
  163. package/www/types/match_faces/match_faces_backend_exception.d.ts +0 -6
  164. package/www/types/match_faces/match_faces_config.d.ts +0 -14
  165. package/www/types/match_faces/match_faces_detection.d.ts +0 -30
  166. package/www/types/match_faces/match_faces_detection_face.d.ts +0 -43
  167. package/www/types/match_faces/match_faces_exception.d.ts +0 -21
  168. package/www/types/match_faces/match_faces_image.d.ts +0 -34
  169. package/www/types/match_faces/match_faces_request.d.ts +0 -34
  170. package/www/types/match_faces/match_faces_response.d.ts +0 -27
  171. package/www/types/person_database/edit_group_persons_request.d.ts +0 -8
  172. package/www/types/person_database/image_upload.d.ts +0 -20
  173. package/www/types/person_database/pageable_item_list.d.ts +0 -7
  174. package/www/types/person_database/person.d.ts +0 -33
  175. package/www/types/person_database/person_database.d.ts +0 -95
  176. package/www/types/person_database/person_group.d.ts +0 -22
  177. package/www/types/person_database/person_image.d.ts +0 -10
  178. package/www/types/person_database/search_person.d.ts +0 -31
  179. package/www/types/person_database/search_person_detection.d.ts +0 -11
  180. package/www/types/person_database/search_person_image.d.ts +0 -25
  181. package/www/types/person_database/search_person_request.d.ts +0 -39
@@ -1,34 +0,0 @@
1
- import { ImageType } from '../face_capture/face_capture_image'
2
-
3
- /**
4
- * This class represents the input image and its attributes for {@link MatchFacesRequest}.
5
- */
6
- export class MatchFacesImage {
7
- /**
8
- * The underlying image.
9
- */
10
- get image(): string
11
-
12
- /**
13
- * The image type.
14
- * The imageType influences matching results, therefore this field is required.
15
- */
16
- get imageType(): ImageType
17
-
18
- /**
19
- * Defines whether the comparison and detection should apply for all faces found on the image. Defaults to `false`.
20
- * When set to `false`, only the most centered faces are compared and detected.
21
- * Otherwise, all the faces are compared and detected.
22
- */
23
- get detectAll(): boolean
24
-
25
- get identifier(): string
26
-
27
- constructor(
28
- image: string,
29
- imageType: ImageType,
30
- params?: {
31
- detectAll?: boolean
32
- }
33
- )
34
- }
@@ -1,34 +0,0 @@
1
- import { MatchFacesImage } from './match_faces_image'
2
- import { OutputImageParams } from '../image_params/output_image_params'
3
-
4
- /**
5
- * Compares two or more images with faces on them to find out the similarity of pairs.
6
- * The request is used as a parameter to {@link FaceSDK.matchFaces}.
7
- */
8
- export class MatchFacesRequest {
9
- /**
10
- * Images with faces to match.
11
- */
12
- get images(): Array<MatchFacesImage>
13
-
14
- /**
15
- * If set the uploaded image is processed according to the indicated settings.
16
- */
17
- get outputImageParams(): OutputImageParams | null
18
-
19
- /**
20
- * Defines tag that can be used in match faces processing. Defaults to `null`.
21
- */
22
- get tag(): string | null
23
-
24
- get metadata(): Record<string, any> | null
25
-
26
- constructor(
27
- images: Array<MatchFacesImage>,
28
- params?: {
29
- outputImageParams?: OutputImageParams
30
- tag?: string
31
- metadata?: Record<string, any>
32
- }
33
- )
34
- }
@@ -1,27 +0,0 @@
1
- import { ComparedFacesPair } from './compared_faces_pair'
2
- import { MatchFacesDetection } from './match_faces_detection'
3
- import { MatchFacesException } from './match_faces_exception'
4
-
5
- /**
6
- * The response from the {@link MatchFacesRequest}.
7
- */
8
- export class MatchFacesResponse {
9
- /**
10
- * Face comparison results with score and similarity values.
11
- */
12
- get results(): Array<ComparedFacesPair>
13
-
14
- /**
15
- * Face detection results for each given image.
16
- */
17
- get detections(): Array<MatchFacesDetection>
18
-
19
- get tag(): string | null
20
-
21
- /**
22
- * The error describes a failed match faces request and contains {@link MatchFacesErrorCode} codes.
23
- */
24
- get error(): MatchFacesException | null
25
-
26
- private constructor()
27
- }
@@ -1,8 +0,0 @@
1
- export class EditGroupPersonsRequest {
2
- constructor(
3
- params: {
4
- personIdsToAdd?: string[],
5
- personIdsToRemove?: string[],
6
- }
7
- )
8
- }
@@ -1,20 +0,0 @@
1
- /**
2
- * An object that represents uploaded image with its settings.
3
- */
4
- export class ImageUpload {
5
- /**
6
- * Creates an object of {@link ImageUpload} using an image.
7
- *
8
- * @param imageData - Image base64.
9
- */
10
- static withImageData(imageData: string): ImageUpload
11
-
12
- /**
13
- * Creates an object of {@link ImageUpload} using an image url.
14
- *
15
- * @param imageUrl - Image url.
16
- */
17
- static withImageUrl(imageUrl: string): ImageUpload
18
-
19
- private constructor()
20
- }
@@ -1,7 +0,0 @@
1
- export class PageableItemList<T> {
2
- get items(): T[] | null
3
- get page(): number
4
- get totalPages(): number
5
-
6
- private constructor()
7
- }
@@ -1,33 +0,0 @@
1
-
2
- /**
3
- * A Person Database object that represents Person.
4
- */
5
- export class Person {
6
- /**
7
- * Person name.
8
- * Updatable field.
9
- */
10
- name: string
11
-
12
- /**
13
- * Person update date.
14
- */
15
- get updatedAt(): Date
16
-
17
- /**
18
- * Array if Group IDs Person belongs to.
19
- */
20
- get groups(): string[]
21
-
22
- get id(): string
23
-
24
- /**
25
- * A free-form object containing Person extended attributes.
26
- * Updatable field.
27
- */
28
- metadata: any
29
-
30
- get createdAt(): Date
31
-
32
- private constructor()
33
- }
@@ -1,95 +0,0 @@
1
- import { Person } from './person'
2
- import { PersonImage } from './person_image'
3
- import { ImageUpload } from './image_upload'
4
- import { PageableItemList } from './pageable_item_list'
5
- import { PersonGroup } from './person_group'
6
- import { EditGroupPersonsRequest } from './edit_group_persons_request'
7
- import { SearchPersonRequest } from './search_person_request'
8
- import { SearchPerson } from './search_person'
9
-
10
- /**
11
- * Represents Regula Database layer and is the entry point for Person Database operations.
12
- */
13
- export class PersonDatabase {
14
- createPerson(
15
- name: string,
16
- params?: {
17
- groupIds?: string[],
18
- metadata?: any,
19
- }
20
- ): Promise<[Person | null, string | null]>
21
-
22
- updatePerson(person: Person): Promise<[boolean, string | null]>
23
-
24
- deletePerson(personId: string): Promise<[boolean, string | null]>
25
-
26
- getPerson(personId: string): Promise<[Person | null, string | null]>
27
-
28
- addPersonImage(
29
- personId: string,
30
- image: ImageUpload
31
- ): Promise<[PersonImage | null, string | null]>
32
-
33
- deletePersonImage(
34
- personId: string,
35
- imageId: string
36
- ): Promise<[boolean, string | null]>
37
-
38
- getPersonImage(
39
- personId: string,
40
- imageId: string
41
- ): Promise<[PersonImage | null, string | null]>
42
-
43
- getPersonImages(personId: string): Promise<[PageableItemList<PersonImage>, string | null]>
44
-
45
- getPersonImagesForPage(
46
- personId: string,
47
- page: number,
48
- size: number
49
- ): Promise<[PageableItemList<PersonImage>, string | null]>
50
-
51
- createGroup(
52
- name: string,
53
- params?: {
54
- metadata?: any,
55
- }
56
- ): Promise<[PersonGroup | null, string | null]>
57
-
58
- updateGroup(group: PersonGroup): Promise<[boolean, string | null]>
59
-
60
- editPersonsInGroup(
61
- groupId: string,
62
- request: EditGroupPersonsRequest
63
- ): Promise<[boolean, string | null]>
64
-
65
- deleteGroup(groupId: string): Promise<[boolean, string | null]>
66
-
67
- getGroup(groupId: string): Promise<[PersonGroup | null, string | null]>
68
-
69
- getGroups(): Promise<[PageableItemList<PersonGroup>, string | null]>
70
-
71
- getGroupsForPage(
72
- page: number,
73
- size: number
74
- ): Promise<[PageableItemList<PersonGroup>, string | null]>
75
-
76
- getPersonGroups(personId: string): Promise<[PageableItemList<PersonGroup>, string | null]>
77
-
78
- getPersonGroupsForPage(
79
- personId: string,
80
- page: number,
81
- size: number
82
- ): Promise<[PageableItemList<PersonGroup>, string | null]>
83
-
84
- getPersonsInGroup(groupId: string): Promise<[PageableItemList<Person>, string | null]>
85
-
86
- getPersonsInGroupForPage(
87
- groupId: string,
88
- page: number,
89
- size: number
90
- ): Promise<[PageableItemList<Person>, string | null]>
91
-
92
- searchPerson(request: SearchPersonRequest): Promise<[SearchPerson[] | null, string | null]>
93
-
94
- private constructor()
95
- }
@@ -1,22 +0,0 @@
1
- /**
2
- * Person Database object that represents Group of {@link Person}.
3
- */
4
- export class PersonGroup {
5
- /**
6
- * PersonGroup name.
7
- * Updatable field.
8
- */
9
- name: string
10
-
11
- get id(): string
12
-
13
- /**
14
- * A free-form object containing Group extended attributes.
15
- * Updatable field.
16
- */
17
- metadata: any
18
-
19
- get createdAt(): Date
20
-
21
- private constructor()
22
- }
@@ -1,10 +0,0 @@
1
- export class PersonImage {
2
- get path(): string
3
- get url(): string
4
- get contentType(): string | null
5
- get id(): string
6
- get metadata(): any
7
- get createdAt(): Date
8
-
9
- private constructor()
10
- }
@@ -1,31 +0,0 @@
1
- import { SearchPersonImage } from './search_person_image'
2
- import { SearchPersonDetection } from './search_person_detection'
3
-
4
- /**
5
- * A Person Database object that represents th result of Person search.
6
- */
7
- export class SearchPerson {
8
- /**
9
- * Array of images where the Person is found.
10
- */
11
- get images(): SearchPersonImage[]
12
-
13
- /**
14
- * Detection data relative to the search input image.
15
- */
16
- get detection(): SearchPersonDetection | null
17
-
18
- name: string
19
-
20
- get updatedAt(): Date
21
-
22
- get groups(): string[]
23
-
24
- get id(): string
25
-
26
- metadata: any
27
-
28
- get createdAt(): Date
29
-
30
- private constructor()
31
- }
@@ -1,11 +0,0 @@
1
- import { Point } from '../image_params/point'
2
- import { Rect } from '../image_params/rect'
3
-
4
- export class SearchPersonDetection {
5
- get landmarks(): Point[]
6
- get rect(): Rect
7
- get crop(): string | null
8
- get rotationAngle(): number | null
9
-
10
- private constructor()
11
- }
@@ -1,25 +0,0 @@
1
- /**
2
- * A Person Database object that represents Image result of Person Search.
3
- */
4
- export class SearchPersonImage {
5
- /**
6
- * The similarity score.
7
- * From 0.0 to 1.0.
8
- */
9
- get similarity(): number
10
-
11
- /**
12
- * The similarity distance score.
13
- * The lower the distance, the higher the face's similarity.
14
- * From 0.0 to 2.0.
15
- */
16
- get distance(): number
17
- get path(): string
18
- get url(): string
19
- get contentType(): string | null
20
- get id(): string
21
- get metadata(): any
22
- get createdAt(): Date
23
-
24
- private constructor()
25
- }
@@ -1,39 +0,0 @@
1
- import { ImageUpload } from './image_upload'
2
- import { OutputImageParams } from '../image_params/output_image_params'
3
-
4
- /**
5
- * Request object that configures Search settings.
6
- */
7
- export class SearchPersonRequest {
8
- /**
9
- * Create {@link SearchPersonRequest} object.
10
- *
11
- * @param image - Image Upload object to apply search with.
12
- *
13
- * @param params.groupIdsForSearch - The Group IDs of the groups in which the search is performed.
14
- *
15
- * @param params.threshold - The similarity distance threshold, should be between 0.0 and 2.0,
16
- * where 0.0 is for returning results for only the most similar persons and 2.0
17
- * is for all the persons, even the dissimilar ones.
18
- * Default: 1.
19
- *
20
- * @param params.limit - The number of returned Persons limit.
21
- * Default: 100.
22
- *
23
- * @param params.detectAll - Whether to process only the one face on the image or all the faces.
24
- * Default: `false`.
25
- *
26
- * @param params.outputImageParams - If set the uploaded image is processed according to the indicated settings.
27
- */
28
-
29
- constructor(
30
- image: ImageUpload,
31
- params?: {
32
- groupIdsForSearch?: string[],
33
- threshold?: number,
34
- limit?: number,
35
- detectAll?: boolean,
36
- outputImageParams?: OutputImageParams
37
- }
38
- )
39
- }