@regulaforensics/facesdk-webclient 7.2.337-rc → 7.2.339-nightly

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.
package/dist/index.d.ts CHANGED
@@ -1289,7 +1289,7 @@ export declare interface MatchAndSearchRequest {
1289
1289
  */
1290
1290
  'tag'?: string;
1291
1291
  /**
1292
- * Person\'s images.
1292
+ * An array of images to be processed. At least two images must be provided.
1293
1293
  * @type {Array<MatchAndSearchRequestImagesInner>}
1294
1294
  * @memberof MatchAndSearchRequest
1295
1295
  */
@@ -1552,7 +1552,7 @@ export declare interface MatchRequest {
1552
1552
  */
1553
1553
  'tag'?: string;
1554
1554
  /**
1555
- * All images included in the comparison.
1555
+ * An array of images to be processed. At least two images must be provided.
1556
1556
  * @type {Array<MatchImage>}
1557
1557
  * @memberof MatchRequest
1558
1558
  */
package/dist/index.js CHANGED
@@ -1794,7 +1794,7 @@ const R = "https://example.com", y = function(s, e, t) {
1794
1794
  };
1795
1795
  },
1796
1796
  /**
1797
- * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one person is identified, match is not performed and only search is carried out.
1797
+ * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. At least two photos are required. If, after processing two or more photos, only one face is detected across them, the match step is skipped, and only the search is carried out.
1798
1798
  * @summary match and search (1:1 + 1:N)
1799
1799
  * @param {MatchAndSearchRequest} matchAndSearchRequest
1800
1800
  * @param {string} [xRequestID] Request header label.
@@ -1843,7 +1843,7 @@ const R = "https://example.com", y = function(s, e, t) {
1843
1843
  return g(o, m, S, s);
1844
1844
  },
1845
1845
  /**
1846
- * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one person is identified, match is not performed and only search is carried out.
1846
+ * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. At least two photos are required. If, after processing two or more photos, only one face is detected across them, the match step is skipped, and only the search is carried out.
1847
1847
  * @summary match and search (1:1 + 1:N)
1848
1848
  * @param {MatchAndSearchRequest} matchAndSearchRequest
1849
1849
  * @param {string} [xRequestID] Request header label.
@@ -1882,7 +1882,7 @@ let Qs = class extends z {
1882
1882
  return Ae(this.configuration).match(e, t, r).then((n) => n(this.axios, this.basePath));
1883
1883
  }
1884
1884
  /**
1885
- * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. If only one person is identified, match is not performed and only search is carried out.
1885
+ * To compare several images from a document and look up a person in the database in one request, use POST `/api/match_and_search`. In this case, the calculation of the descriptor will be performed only once, as opposed to using two requests for the same operation. At least two photos are required. If, after processing two or more photos, only one face is detected across them, the match step is skipped, and only the search is carried out.
1886
1886
  * @summary match and search (1:1 + 1:N)
1887
1887
  * @param {MatchAndSearchRequest} matchAndSearchRequest
1888
1888
  * @param {string} [xRequestID] Request header label.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/facesdk-webclient",
3
- "version": "7.2.337-rc",
3
+ "version": "7.2.339-nightly",
4
4
  "description": "JS client for facesdk web service",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "keywords": [