regula-facesdk-webclient 8.1.451.dev0__py3-none-any.whl → 8.1.488.dev0__py3-none-any.whl

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.

Potentially problematic release.


This version of regula-facesdk-webclient might be problematic. Click here for more details.

Files changed (39) hide show
  1. regula/facesdk/webclient/gen/models/add_image_to_person_response.py +1 -1
  2. regula/facesdk/webclient/gen/models/crop.py +2 -2
  3. regula/facesdk/webclient/gen/models/detect_details_meta.py +1 -1
  4. regula/facesdk/webclient/gen/models/detect_meta_data.py +1 -1
  5. regula/facesdk/webclient/gen/models/detect_result.py +1 -1
  6. regula/facesdk/webclient/gen/models/detection_attributes.py +1 -1
  7. regula/facesdk/webclient/gen/models/detection_quality.py +1 -1
  8. regula/facesdk/webclient/gen/models/filter_search_request.py +2 -2
  9. regula/facesdk/webclient/gen/models/group.py +1 -1
  10. regula/facesdk/webclient/gen/models/group_response.py +1 -1
  11. regula/facesdk/webclient/gen/models/group_to_create.py +1 -1
  12. regula/facesdk/webclient/gen/models/image.py +2 -2
  13. regula/facesdk/webclient/gen/models/image_fields.py +1 -1
  14. regula/facesdk/webclient/gen/models/match_and_search_response.py +1 -1
  15. regula/facesdk/webclient/gen/models/match_and_search_response_data.py +1 -1
  16. regula/facesdk/webclient/gen/models/match_and_search_response_data_detections_item.py +1 -1
  17. regula/facesdk/webclient/gen/models/match_image.py +2 -2
  18. regula/facesdk/webclient/gen/models/match_image_detection.py +1 -1
  19. regula/facesdk/webclient/gen/models/match_image_result.py +2 -2
  20. regula/facesdk/webclient/gen/models/match_response.py +1 -1
  21. regula/facesdk/webclient/gen/models/match_response_data.py +1 -1
  22. regula/facesdk/webclient/gen/models/operation_log.py +1 -1
  23. regula/facesdk/webclient/gen/models/output_image_params.py +1 -1
  24. regula/facesdk/webclient/gen/models/person.py +3 -3
  25. regula/facesdk/webclient/gen/models/person_fields.py +3 -3
  26. regula/facesdk/webclient/gen/models/person_to_update_fields.py +3 -3
  27. regula/facesdk/webclient/gen/models/person_with_images.py +3 -3
  28. regula/facesdk/webclient/gen/models/process_param.py +1 -1
  29. regula/facesdk/webclient/gen/models/quality_request.py +1 -1
  30. regula/facesdk/webclient/gen/models/recognize_image.py +3 -3
  31. regula/facesdk/webclient/gen/models/recognize_image_data.py +1 -1
  32. regula/facesdk/webclient/gen/models/search_parameters_create_person.py +3 -3
  33. regula/facesdk/webclient/gen/models/search_person.py +3 -3
  34. regula/facesdk/webclient/gen/models/search_request.py +1 -1
  35. regula/facesdk/webclient/gen/models/transaction_info.py +2 -2
  36. {regula_facesdk_webclient-8.1.451.dev0.dist-info → regula_facesdk_webclient-8.1.488.dev0.dist-info}/METADATA +1 -1
  37. {regula_facesdk_webclient-8.1.451.dev0.dist-info → regula_facesdk_webclient-8.1.488.dev0.dist-info}/RECORD +39 -39
  38. {regula_facesdk_webclient-8.1.451.dev0.dist-info → regula_facesdk_webclient-8.1.488.dev0.dist-info}/WHEEL +0 -0
  39. {regula_facesdk_webclient-8.1.451.dev0.dist-info → regula_facesdk_webclient-8.1.488.dev0.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,7 @@ class AddImageToPersonResponse(BaseModel):
24
24
  created_at: SkipValidation[Optional[str]] = Field(alias="createdAt", default=None, description="Returned image creation date.")
25
25
  path: SkipValidation[Optional[str]] = Field(alias="path", default=None, description="Returned image path.")
26
26
  url: SkipValidation[Optional[str]] = Field(alias="url", default=None, description="Returned image URL.")
27
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
27
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
28
28
  __properties: ClassVar[List[str]] = ["id", "contentType", "createdAt", "path", "url", "metadata"]
29
29
 
30
30
  model_config = ConfigDict(
@@ -22,8 +22,8 @@ class Crop(BaseModel):
22
22
  Whether to return a Base64-encoded image of each aligned and cropped portrait in the `crop` field. Faces are aligned to a straight vertical line based on the value in the `crop.type` field, correcting any tilt present in the original image. If the image contains multiple faces, the system will detect and process each face separately, returning individual portraits. For example, if there are five people in the photo, five processed portraits will be returned. Each portrait is available for download.
23
23
  """ # noqa: E501
24
24
  type: SkipValidation[Optional[FaceImageQualityAlignType]] = Field(alias="type", default=None)
25
- pad_color: SkipValidation[Optional[List[int]]] = Field(alias="padColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
26
- size: SkipValidation[Optional[List[int]]] = Field(alias="size", default=None, description="The resize value in case `type` matches this value. If it doesn't, no resize is performed.")
25
+ pad_color: SkipValidation[Optional[List[int]]] = Field(alias="padColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
26
+ size: SkipValidation[Optional[List[int]]] = Field(alias="size", default=None, description="The resize value in case `type` matches this value. If it doesn't, no resize is performed.")
27
27
  __properties: ClassVar[List[str]] = ["type", "padColor", "size"]
28
28
 
29
29
  model_config = ConfigDict(
@@ -20,7 +20,7 @@ class DetectDetailsMeta(DetailItem):
20
20
  """
21
21
  DetectDetailsMeta
22
22
  """ # noqa: E501
23
- confidence: SkipValidation[Optional[float]] = Field(alias="confidence", default=None, description="The confidence in the estimated value, `1.0` is for 100% confidence.")
23
+ confidence: SkipValidation[Optional[float]] = Field(alias="confidence", default=None, description="The confidence in the estimated value, `1.0` is for 100% confidence.")
24
24
  value: SkipValidation[Optional[str]] = Field(alias="value", default=None, description="The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/).")
25
25
  __properties: ClassVar[List[str]] = ["name", "confidence", "value"]
26
26
 
@@ -19,7 +19,7 @@ class DetectMetaData(BaseModel):
19
19
  """
20
20
  DetectMetaData
21
21
  """ # noqa: E501
22
- confidence: SkipValidation[Optional[float]] = Field(alias="confidence", default=None, description="The confidence in the estimated value, `1.0` is for 100% confidence.")
22
+ confidence: SkipValidation[Optional[float]] = Field(alias="confidence", default=None, description="The confidence in the estimated value, `1.0` is for 100% confidence.")
23
23
  value: SkipValidation[Optional[str]] = Field(alias="value", default=None, description="The estimated value for the attribute, see the [Returned values column](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/).")
24
24
  __properties: ClassVar[List[str]] = ["confidence", "value"]
25
25
 
@@ -23,7 +23,7 @@ class DetectResult(BaseModel):
23
23
  detections: SkipValidation[List[Detection]] = Field(alias="detections", description="The array of performed checks.")
24
24
  detector_type: SkipValidation[Optional[int]] = Field(alias="detectorType", default=None, description="Internal.")
25
25
  landmarks_type: SkipValidation[Optional[int]] = Field(alias="landmarksType", default=None, description="Internal.")
26
- scenario: SkipValidation[Optional[str]] = Field(alias="scenario", default=None, description="The face detection scenario that was set in the `processParam.scenario` field of the request.")
26
+ scenario: SkipValidation[Optional[str]] = Field(alias="scenario", default=None, description="The face detection scenario that was set in the `processParam.scenario` field of the request.")
27
27
  elapsed_time: SkipValidation[Optional[float]] = Field(alias="elapsedTime", default=None, description="Server processing time, ms. Does not include the time taken to receive the request or deliver the response.")
28
28
  __properties: ClassVar[List[str]] = ["detections", "detectorType", "landmarksType", "scenario", "elapsedTime"]
29
29
 
@@ -20,7 +20,7 @@ class DetectionAttributes(BaseModel):
20
20
  """
21
21
  The evaluated attributes, see the [Attributes List](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/attributes-detection/) for details.
22
22
  """ # noqa: E501
23
- details: SkipValidation[Optional[List[DetailItem]]] = Field(alias="details", default=None, description="Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`.")
23
+ details: SkipValidation[Optional[List[DetailItem]]] = Field(alias="details", default=None, description="Attributes assessment details. Returns `DetectDetailsMeta` or `DetectAttributesDetails`.")
24
24
  elapsed_time: SkipValidation[Optional[float]] = Field(alias="elapsedTime", default=None, description="Server processing time for attribute detection, ms.")
25
25
  __properties: ClassVar[List[str]] = ["details", "elapsedTime"]
26
26
 
@@ -25,7 +25,7 @@ class DetectionQuality(BaseModel):
25
25
  non_compliant: SkipValidation[Optional[List[FaceQualityConfigName]]] = Field(alias="nonCompliant", default=None, description="Non-compliant assessment characteristics.")
26
26
  details_groups: SkipValidation[Optional[List[QualityDetailsGroups]]] = Field(alias="detailsGroups", default=None, description="Assessment results for each [group of characteristics](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-image-quality-groups/).")
27
27
  details: SkipValidation[Optional[List[QualityDetail]]] = Field(alias="details", default=None, description="Assessment characteristics that were set in the request.")
28
- score: SkipValidation[Optional[float]] = Field(alias="score", default=None, description="Returns the estimated portrait quality assessment result, a number from `0` to `1`, where `1` is for absolute compliance.")
28
+ score: SkipValidation[Optional[float]] = Field(alias="score", default=None, description="Returns the estimated portrait quality assessment result, a number from `0` to `1`, where `1` is for absolute compliance.")
29
29
  elapsed_time: SkipValidation[Optional[float]] = Field(alias="elapsedTime", default=None, description="Server processing time for quality assessment, ms.")
30
30
  __properties: ClassVar[List[str]] = ["nonCompliant", "detailsGroups", "details", "score", "elapsedTime"]
31
31
 
@@ -21,8 +21,8 @@ class FilterSearchRequest(BaseModel):
21
21
  Allows to filter the search results based on the Person's `name`. If enabled, only the search results that meet the filter condition will be returned.
22
22
  """ # noqa: E501
23
23
  op: SkipValidation[Optional[FilterOp]] = Field(alias="op", default=None)
24
- var_field: SkipValidation[Optional[str]] = Field(alias="field", default=None, description="`name` of the Person.")
25
- value: SkipValidation[Optional[List[str]]] = Field(alias="value", default=None, description="The list of `name` values against which the `field` is compared.")
24
+ var_field: SkipValidation[Optional[str]] = Field(alias="field", default=None, description="`name` of the Person.")
25
+ value: SkipValidation[Optional[List[str]]] = Field(alias="value", default=None, description="The list of `name` values against which the `field` is compared.")
26
26
  __properties: ClassVar[List[str]] = ["op", "field", "value"]
27
27
 
28
28
  model_config = ConfigDict(
@@ -21,7 +21,7 @@ class Group(BaseModel):
21
21
  Group
22
22
  """ # noqa: E501
23
23
  name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Group to create name.")
24
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
24
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
25
25
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Group ID.")
26
26
  created_at: SkipValidation[Optional[str]] = Field(alias="createdAt", default=None, description="Group creation date.")
27
27
  __properties: ClassVar[List[str]] = ["name", "metadata", "id", "createdAt"]
@@ -20,7 +20,7 @@ class GroupResponse(BaseModel):
20
20
  Response group create data, includes name and metadata.
21
21
  """ # noqa: E501
22
22
  name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Group to create name.")
23
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
23
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
24
24
  __properties: ClassVar[List[str]] = ["name", "metadata"]
25
25
 
26
26
  model_config = ConfigDict(
@@ -21,7 +21,7 @@ class GroupToCreate(BaseModel):
21
21
  """ # noqa: E501
22
22
  tag: SkipValidation[Optional[str]] = Field(alias="tag", default=None, description="Session identificator.")
23
23
  name: SkipValidation[str] = Field(alias="name", description="Group to create name.")
24
- metadata: SkipValidation[Dict[str, object]] = Field(alias="metadata", description="A free-form object containing group's extended attributes.")
24
+ metadata: SkipValidation[Dict[str, object]] = Field(alias="metadata", description="A free-form object containing group's extended attributes.")
25
25
  __properties: ClassVar[List[str]] = ["tag", "name", "metadata"]
26
26
 
27
27
  model_config = ConfigDict(
@@ -20,13 +20,13 @@ class Image(BaseModel):
20
20
  Image in the response.
21
21
  """ # noqa: E501
22
22
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Response image ID. The list is sorted by decreasing ID value.")
23
- content: SkipValidation[Optional[str]] = Field(alias="content", default=None, description="Base64-encoded image. Returned only if `withImages` is set to true in the request.")
23
+ content: SkipValidation[Optional[str]] = Field(alias="content", default=None, description="Base64-encoded image. Returned only if `withImages` is set to true in the request.")
24
24
  content_type: SkipValidation[Optional[str]] = Field(alias="contentType", default=None, description="Original media type of the returned image.")
25
25
  created_at: SkipValidation[Optional[str]] = Field(alias="createdAt", default=None, description="Returned image creation date.")
26
26
  updated_at: SkipValidation[Optional[str]] = Field(alias="updatedAt", default=None, description="Returned image update date.")
27
27
  path: SkipValidation[Optional[str]] = Field(alias="path", default=None, description="Returned image path.")
28
28
  url: SkipValidation[Optional[str]] = Field(alias="url", default=None, description="Returned image URL.")
29
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
29
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
30
30
  __properties: ClassVar[List[str]] = ["id", "content", "contentType", "createdAt", "updatedAt", "path", "url", "metadata"]
31
31
 
32
32
  model_config = ConfigDict(
@@ -24,7 +24,7 @@ class ImageFields(BaseModel):
24
24
  tag: SkipValidation[Optional[str]] = Field(alias="tag", default=None, description="Session identificator, should be unique for each session.")
25
25
  image: SkipValidation[Optional[ImageFieldsImage]] = Field(alias="image", default=None)
26
26
  output_image_params: SkipValidation[Optional[OutputImageParams]] = Field(alias="outputImageParams", default=None)
27
- detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
27
+ detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
28
28
  threshold: SkipValidation[Optional[float]] = Field(alias="threshold", default=None, description="The similarity threshold.")
29
29
  limit: SkipValidation[Optional[int]] = Field(alias="limit", default=None, description="The maximum number of results to be returned.")
30
30
  __properties: ClassVar[List[str]] = ["tag", "image", "outputImageParams", "detectAll", "threshold", "limit"]
@@ -25,7 +25,7 @@ class MatchAndSearchResponse(BaseModel):
25
25
  code: SkipValidation[FaceSDKResultCode] = Field(alias="code")
26
26
  results: SkipValidation[Optional[List[MatchImageResult]]] = Field(alias="results", default=None, description="The match and search results.")
27
27
  elapsed_time: SkipValidation[Optional[float]] = Field(alias="elapsedTime", default=None, description="Server processing time, ms. Does not include the time taken to receive the request or deliver the response.")
28
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
28
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
29
29
  detections: SkipValidation[Optional[List[MatchAndSearchResponseDataDetectionsItem]]] = Field(alias="detections", default=None, description="The detection results.")
30
30
  __properties: ClassVar[List[str]] = ["code", "results", "elapsedTime", "metadata", "detections"]
31
31
 
@@ -23,7 +23,7 @@ class MatchAndSearchResponseData(BaseModel):
23
23
  """ # noqa: E501
24
24
  results: SkipValidation[Optional[List[MatchImageResult]]] = Field(alias="results", default=None, description="The match and search results.")
25
25
  elapsed_time: SkipValidation[Optional[float]] = Field(alias="elapsedTime", default=None, description="Server processing time, ms. Does not include the time taken to receive the request or deliver the response.")
26
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
26
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
27
27
  detections: SkipValidation[Optional[List[MatchAndSearchResponseDataDetectionsItem]]] = Field(alias="detections", default=None, description="The detection results.")
28
28
  __properties: ClassVar[List[str]] = ["results", "elapsedTime", "metadata", "detections"]
29
29
 
@@ -22,7 +22,7 @@ class MatchAndSearchResponseDataDetectionsItem(BaseModel):
22
22
  MatchAndSearchResponseDataDetectionsItem
23
23
  """ # noqa: E501
24
24
  faces: SkipValidation[Optional[List[FacesResponse]]] = Field(alias="faces", default=None, description="Detected faces.")
25
- image_index: SkipValidation[Optional[int]] = Field(alias="imageIndex", default=None, description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
25
+ image_index: SkipValidation[Optional[int]] = Field(alias="imageIndex", default=None, description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
26
26
  status: SkipValidation[Optional[FaceSDKResultCode]] = Field(alias="status", default=None)
27
27
  __properties: ClassVar[List[str]] = ["faces", "imageIndex", "status"]
28
28
 
@@ -20,10 +20,10 @@ class MatchImage(BaseModel):
20
20
  """
21
21
  MatchImage
22
22
  """ # noqa: E501
23
- index: SkipValidation[Optional[int]] = Field(alias="index", default=None, description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
23
+ index: SkipValidation[Optional[int]] = Field(alias="index", default=None, description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
24
24
  type: SkipValidation[Optional[ImageSource]] = Field(alias="type", default=None)
25
25
  data: SkipValidation[bytearray] = Field(alias="data", description="Base64-encoded image.")
26
- detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
26
+ detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
27
27
  __properties: ClassVar[List[str]] = ["index", "type", "data", "detectAll"]
28
28
 
29
29
  model_config = ConfigDict(
@@ -22,7 +22,7 @@ class MatchImageDetection(BaseModel):
22
22
  MatchImageDetection
23
23
  """ # noqa: E501
24
24
  faces: SkipValidation[Optional[List[DetectionFace]]] = Field(alias="faces", default=None, description="Detected faces.")
25
- image_index: SkipValidation[int] = Field(alias="imageIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
25
+ image_index: SkipValidation[int] = Field(alias="imageIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
26
26
  status: SkipValidation[FaceSDKResultCode] = Field(alias="status")
27
27
  __properties: ClassVar[List[str]] = ["faces", "imageIndex", "status"]
28
28
 
@@ -20,10 +20,10 @@ class MatchImageResult(BaseModel):
20
20
  """
21
21
  MatchImageResult
22
22
  """ # noqa: E501
23
- first_index: SkipValidation[int] = Field(alias="firstIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
23
+ first_index: SkipValidation[int] = Field(alias="firstIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
24
24
  first_face_index: SkipValidation[Optional[float]] = Field(alias="firstFaceIndex", default=None, description="The detected face index number.")
25
25
  first: SkipValidation[Optional[ImageSource]] = Field(alias="first", default=None)
26
- second_index: SkipValidation[int] = Field(alias="secondIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
26
+ second_index: SkipValidation[int] = Field(alias="secondIndex", description="The image index number. Can be given; if not given, the index numbers are set automatically starting from `0`. All index numbers must be whole and unique—not repeated.")
27
27
  second_face_index: SkipValidation[Optional[float]] = Field(alias="secondFaceIndex", default=None, description="The detected face index number.")
28
28
  second: SkipValidation[Optional[ImageSource]] = Field(alias="second", default=None)
29
29
  score: SkipValidation[Optional[float]] = Field(alias="score", default=None, description="A dimensionless number that shows how similar the compared faces are. 0—absolutely identical faces.")
@@ -25,7 +25,7 @@ class MatchResponse(BaseModel):
25
25
  code: SkipValidation[FaceSDKResultCode] = Field(alias="code")
26
26
  detections: SkipValidation[Optional[List[MatchImageDetection]]] = Field(alias="detections", default=None, description="The detection results.")
27
27
  results: SkipValidation[Optional[List[MatchImageResult]]] = Field(alias="results", default=None, description="The comparison results.")
28
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
28
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
29
29
  __properties: ClassVar[List[str]] = ["code", "detections", "results", "metadata"]
30
30
 
31
31
  model_config = ConfigDict(
@@ -23,7 +23,7 @@ class MatchResponseData(BaseModel):
23
23
  """ # noqa: E501
24
24
  detections: SkipValidation[Optional[List[MatchImageDetection]]] = Field(alias="detections", default=None, description="The detection results.")
25
25
  results: SkipValidation[Optional[List[MatchImageResult]]] = Field(alias="results", default=None, description="The comparison results.")
26
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
26
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
27
27
  __properties: ClassVar[List[str]] = ["detections", "results", "metadata"]
28
28
 
29
29
  model_config = ConfigDict(
@@ -22,7 +22,7 @@ class OperationLog(BaseModel):
22
22
  status_code: SkipValidation[Optional[int]] = Field(alias="statusCode", default=None, description="Status code.")
23
23
  type: SkipValidation[Optional[str]] = Field(alias="type", default=None, description="Error type.")
24
24
  msg: SkipValidation[Optional[str]] = Field(alias="msg", default=None, description="Error message.")
25
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
25
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing group's extended attributes.")
26
26
  __properties: ClassVar[List[str]] = ["statusCode", "type", "msg", "metadata"]
27
27
 
28
28
  model_config = ConfigDict(
@@ -21,7 +21,7 @@ class OutputImageParams(BaseModel):
21
21
  """
22
22
  Allows to process the uploaded image according to the indicated settings.
23
23
  """ # noqa: E501
24
- background_color: SkipValidation[Optional[List[int]]] = Field(alias="backgroundColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
24
+ background_color: SkipValidation[Optional[List[int]]] = Field(alias="backgroundColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
25
25
  crop: SkipValidation[Optional[Crop]] = Field(alias="crop", default=None)
26
26
  __properties: ClassVar[List[str]] = ["backgroundColor", "crop"]
27
27
 
@@ -20,9 +20,9 @@ class Person(BaseModel):
20
20
  """
21
21
  Person response body: person ID, creation date, update date if any.
22
22
  """ # noqa: E501
23
- name: SkipValidation[str] = Field(alias="name", description="Person's name.")
24
- external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
25
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
23
+ name: SkipValidation[str] = Field(alias="name", description="Person's name.")
24
+ external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
25
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
26
26
  groups: SkipValidation[Optional[List[str]]] = Field(alias="groups", default=None, description="Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.")
27
27
  expire_at: SkipValidation[Optional[str]] = Field(alias="expireAt", default=None, description="Person expiration date.")
28
28
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Person ID. The list of persons is sorted by decreasing ID value.")
@@ -20,9 +20,9 @@ class PersonFields(BaseModel):
20
20
  """
21
21
  Person Request body: name and metadata.
22
22
  """ # noqa: E501
23
- name: SkipValidation[str] = Field(alias="name", description="Person's name.")
24
- external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
25
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
23
+ name: SkipValidation[str] = Field(alias="name", description="Person's name.")
24
+ external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
25
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
26
26
  groups: SkipValidation[Optional[List[str]]] = Field(alias="groups", default=None, description="Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.")
27
27
  expire_at: SkipValidation[Optional[str]] = Field(alias="expireAt", default=None, description="Person expiration date.")
28
28
  __properties: ClassVar[List[str]] = ["name", "externalId", "metadata", "groups", "expireAt"]
@@ -20,9 +20,9 @@ class PersonToUpdateFields(BaseModel):
20
20
  """
21
21
  Person Request body: name and metadata.
22
22
  """ # noqa: E501
23
- external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
24
- name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Person's name.")
25
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
23
+ external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
24
+ name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Person's name.")
25
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
26
26
  groups: SkipValidation[Optional[List[str]]] = Field(alias="groups", default=None, description="Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.")
27
27
  __properties: ClassVar[List[str]] = ["externalId", "name", "metadata", "groups"]
28
28
 
@@ -22,9 +22,9 @@ class PersonWithImages(BaseModel):
22
22
  PersonWithImages
23
23
  """ # noqa: E501
24
24
  images: SkipValidation[Optional[List[RecognizeImage]]] = Field(alias="images", default=None, description="Detected Persons.")
25
- name: SkipValidation[str] = Field(alias="name", description="Person's name.")
26
- external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
27
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
25
+ name: SkipValidation[str] = Field(alias="name", description="Person's name.")
26
+ external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
27
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
28
28
  groups: SkipValidation[Optional[List[str]]] = Field(alias="groups", default=None, description="Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.")
29
29
  expire_at: SkipValidation[Optional[str]] = Field(alias="expireAt", default=None, description="Person expiration date.")
30
30
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Person ID. The list of persons is sorted by decreasing ID value.")
@@ -24,7 +24,7 @@ class ProcessParam(BaseModel):
24
24
  The processing parameters.
25
25
  """ # noqa: E501
26
26
  scenario: SkipValidation[Optional[FaceQualityScenarios]] = Field(alias="scenario", default=None)
27
- only_central_face: SkipValidation[Optional[bool]] = Field(alias="onlyCentralFace", default=None, description="Whether to process only the central face in the image. If set to `false`, all the faces are processed.")
27
+ only_central_face: SkipValidation[Optional[bool]] = Field(alias="onlyCentralFace", default=None, description="Whether to process only the central face in the image. If set to `false`, all the faces are processed.")
28
28
  output_image_params: SkipValidation[Optional[OutputImageParams]] = Field(alias="outputImageParams", default=None)
29
29
  quality: SkipValidation[Optional[QualityRequest]] = Field(alias="quality", default=None)
30
30
  attributes: SkipValidation[Optional[ProcessParamAttributes]] = Field(alias="attributes", default=None)
@@ -21,7 +21,7 @@ class QualityRequest(BaseModel):
21
21
  """
22
22
  If set, the face image quality check is performed according to the given list of [characteristics](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/usage/face-detection/face-image-quality-check/) in `quality.config`.
23
23
  """ # noqa: E501
24
- background_match_color: SkipValidation[Optional[List[int]]] = Field(alias="backgroundMatchColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
24
+ background_match_color: SkipValidation[Optional[List[int]]] = Field(alias="backgroundMatchColor", default=None, description="The RGB value of a color for filling background behind a person's silhouette and for aligning the image.")
25
25
  config: SkipValidation[Optional[List[QualityConfig]]] = Field(alias="config", default=None, description="The list of quality check characteristics.")
26
26
  __properties: ClassVar[List[str]] = ["backgroundMatchColor", "config"]
27
27
 
@@ -20,15 +20,15 @@ class RecognizeImage(BaseModel):
20
20
  RecognizeImage
21
21
  """ # noqa: E501
22
22
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Response image ID. The list is sorted by decreasing ID value.")
23
- content: SkipValidation[Optional[str]] = Field(alias="content", default=None, description="Base64-encoded image. Returned only if `withImages` is set to true in the request.")
23
+ content: SkipValidation[Optional[str]] = Field(alias="content", default=None, description="Base64-encoded image. Returned only if `withImages` is set to true in the request.")
24
24
  content_type: SkipValidation[Optional[str]] = Field(alias="contentType", default=None, description="Original media type of the returned image.")
25
25
  created_at: SkipValidation[Optional[str]] = Field(alias="createdAt", default=None, description="Returned image creation date.")
26
26
  updated_at: SkipValidation[Optional[str]] = Field(alias="updatedAt", default=None, description="Returned image update date.")
27
27
  path: SkipValidation[Optional[str]] = Field(alias="path", default=None, description="Returned image path.")
28
28
  url: SkipValidation[Optional[str]] = Field(alias="url", default=None, description="Returned image URL.")
29
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
29
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
30
30
  similarity: SkipValidation[Optional[float]] = Field(alias="similarity", default=None, description="Similarity score.")
31
- distance: SkipValidation[Optional[float]] = Field(alias="distance", default=None, description="Similarity distance score: the lower the distance, the higher the face's similarity.")
31
+ distance: SkipValidation[Optional[float]] = Field(alias="distance", default=None, description="Similarity distance score: the lower the distance, the higher the face's similarity.")
32
32
  __properties: ClassVar[List[str]] = ["id", "content", "contentType", "createdAt", "updatedAt", "path", "url", "metadata", "similarity", "distance"]
33
33
 
34
34
  model_config = ConfigDict(
@@ -20,7 +20,7 @@ class RecognizeImageData(BaseModel):
20
20
  RecognizeImageData
21
21
  """ # noqa: E501
22
22
  similarity: SkipValidation[Optional[float]] = Field(alias="similarity", default=None, description="Similarity score.")
23
- distance: SkipValidation[Optional[float]] = Field(alias="distance", default=None, description="Similarity distance score: the lower the distance, the higher the face's similarity.")
23
+ distance: SkipValidation[Optional[float]] = Field(alias="distance", default=None, description="Similarity distance score: the lower the distance, the higher the face's similarity.")
24
24
  __properties: ClassVar[List[str]] = ["similarity", "distance"]
25
25
 
26
26
  model_config = ConfigDict(
@@ -19,9 +19,9 @@ class SearchParametersCreatePerson(BaseModel):
19
19
  """
20
20
  If a person is not found, a new person entry is created using the descriptor calculated while searching.
21
21
  """ # noqa: E501
22
- name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Person's name.")
23
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
24
- ttl: SkipValidation[Optional[int]] = Field(alias="ttl", default=None, description="The lifespan of the Person's records, seconds. Optional.")
22
+ name: SkipValidation[Optional[str]] = Field(alias="name", default=None, description="Person's name.")
23
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
24
+ ttl: SkipValidation[Optional[int]] = Field(alias="ttl", default=None, description="The lifespan of the Person's records, seconds. Optional.")
25
25
  __properties: ClassVar[List[str]] = ["name", "metadata", "ttl"]
26
26
 
27
27
  model_config = ConfigDict(
@@ -22,9 +22,9 @@ class SearchPerson(BaseModel):
22
22
  """
23
23
  SearchPerson
24
24
  """ # noqa: E501
25
- name: SkipValidation[str] = Field(alias="name", description="Person's name.")
26
- external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
27
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
25
+ name: SkipValidation[str] = Field(alias="name", description="Person's name.")
26
+ external_id: SkipValidation[Optional[str]] = Field(alias="externalId", default=None, description="Person's ID, used for linking search results to an ID in an external system. Can be set when creating a Person, stored in the database, and included in the search to return only Persons with the specified ID. Optional.")
27
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
28
28
  groups: SkipValidation[Optional[List[str]]] = Field(alias="groups", default=None, description="Groups a person should be placed to. If no group is specified in request, a Default group is created and the person is placed to it.")
29
29
  expire_at: SkipValidation[Optional[str]] = Field(alias="expireAt", default=None, description="Person expiration date.")
30
30
  id: SkipValidation[Optional[str]] = Field(alias="id", default=None, description="Person ID. The list of persons is sorted by decreasing ID value.")
@@ -32,7 +32,7 @@ class SearchRequest(BaseModel):
32
32
  tag: SkipValidation[Optional[str]] = Field(alias="tag", default=None, description="Session identificator, should be unique for each session.")
33
33
  image: SkipValidation[Optional[ImageFieldsImage]] = Field(alias="image", default=None)
34
34
  output_image_params: SkipValidation[Optional[OutputImageParams]] = Field(alias="outputImageParams", default=None)
35
- detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
35
+ detect_all: SkipValidation[Optional[bool]] = Field(alias="detectAll", default=None, description="Whether to detect all faces in the image. If set to `false`, only the most central face is detected.")
36
36
  threshold: SkipValidation[Optional[float]] = Field(alias="threshold", default=None, description="The similarity threshold.")
37
37
  limit: SkipValidation[Optional[int]] = Field(alias="limit", default=None, description="The maximum number of results to be returned.")
38
38
  __properties: ClassVar[List[str]] = ["tenant", "env", "createPerson", "groupIds", "filter", "tag", "image", "outputImageParams", "detectAll", "threshold", "limit"]
@@ -21,13 +21,13 @@ class TransactionInfo(BaseModel):
21
21
  TransactionInfo
22
22
  """ # noqa: E501
23
23
  code: SkipValidation[Optional[int]] = Field(alias="code", default=None, description="Result code, see the [FaceSDKResultCode enum](https://docs.regulaforensics.com/develop/face-sdk/web-service/development/enums/face-sdk-result-code/).")
24
- status: SkipValidation[Optional[int]] = Field(alias="status", default=None, description="Whether the liveness detection is confirmed `0` or not `1`.")
24
+ status: SkipValidation[Optional[int]] = Field(alias="status", default=None, description="Whether the liveness detection is confirmed `0` or not `1`.")
25
25
  tag: SkipValidation[Optional[str]] = Field(alias="tag", default=None, description="Session identificator, should be unique for each session.")
26
26
  transaction_id: SkipValidation[Optional[str]] = Field(alias="transactionId", default=None, description="Transaction ID, there can be several transactions within one session.")
27
27
  video: SkipValidation[Optional[str]] = Field(alias="video", default=None, description="Link to the session video, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/)")
28
28
  age: SkipValidation[Optional[List[Dict[str, object]]]] = Field(alias="age", default=None, description="Approximate age with an accuracy of +/-3 years.")
29
29
  portrait: SkipValidation[Optional[str]] = Field(alias="portrait", default=None, description="Link to the portrait, depends on the selected storage type. [Learn more](https://docs.regulaforensics.com/develop/face-sdk/web-service/administration/storage/)")
30
- metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
30
+ metadata: SkipValidation[Optional[Dict[str, object]]] = Field(alias="metadata", default=None, description="A free-form object containing person's extended attributes.")
31
31
  type: SkipValidation[Optional[LivenessType]] = Field(alias="type", default=None)
32
32
  __properties: ClassVar[List[str]] = ["code", "status", "tag", "transactionId", "video", "age", "portrait", "metadata", "type"]
33
33
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: regula_facesdk_webclient
3
- Version: 8.1.451.dev0
3
+ Version: 8.1.488.dev0
4
4
  Summary: Regula's FaceSDK web python client
5
5
  Home-page: https://regulaforensics.com
6
6
  Author: Regula Forensics, Inc.
@@ -31,24 +31,24 @@ regula/facesdk/webclient/gen/models/__init__.py,sha256=MXSv97KC0kClBlz8hz00zUBkJ
31
31
  regula/facesdk/webclient/gen/models/add_image_to_person_request.py,sha256=LANUiD6k_TiuFbIuOkz12KQT6O3CAxPbALMd5olc5jI,3821
32
32
  regula/facesdk/webclient/gen/models/add_image_to_person_request_data.py,sha256=O_EnYns7iRFrP72UwPzHXYe_nzunSB9uSfclaNVIVeI,3377
33
33
  regula/facesdk/webclient/gen/models/add_image_to_person_request_image.py,sha256=EZeHdDOvmPFTvIQigOLHRsbnULpZgyGDxQoR1k5B4Gc,3433
34
- regula/facesdk/webclient/gen/models/add_image_to_person_response.py,sha256=KEncrF3VFSPtHSmMKFNiwwi02LK7ExMXcYPzMitFuiQ,3466
34
+ regula/facesdk/webclient/gen/models/add_image_to_person_response.py,sha256=hslEdTQlZpm_6TFKnbuMQHjROcZ5afOHQ1yKffnWfFQ,3462
35
35
  regula/facesdk/webclient/gen/models/attribute_config.py,sha256=Nnchf1KVtK-AqWRqeYxfJiJ92L9oRXfMSaVZBaG5Gww,2554
36
36
  regula/facesdk/webclient/gen/models/attributes_data.py,sha256=mmlyGjxf5VD713fXc-NeR4eXjTXxiG2uOMop6g3f9uE,2629
37
- regula/facesdk/webclient/gen/models/crop.py,sha256=A0sooeIqcVUh-fkmU8b36fT1EJaJhAa9oLWrRStPuKI,3556
37
+ regula/facesdk/webclient/gen/models/crop.py,sha256=RZkS0Qokg4rqGGbn6TNp4NzbKwfw2QiOljYH-CBBrk8,3538
38
38
  regula/facesdk/webclient/gen/models/detail_item.py,sha256=eYD1ZwAV5EnVvr-nH1C7J09ZNngZvhIEVUSRq8U1Wmc,7421
39
39
  regula/facesdk/webclient/gen/models/detect_attributes_details.py,sha256=chqJQfB5J3Ej1N6SXb6CHumBiEQp809R6zEo2Qc2JfA,2771
40
- regula/facesdk/webclient/gen/models/detect_details_meta.py,sha256=IL0JZDtiOKVU7ntWaGb7vD-QnkAyYbWlrrCo_TbKRIw,3019
41
- regula/facesdk/webclient/gen/models/detect_meta_data.py,sha256=BUEPt9xqY3oL1ji8cgp6MQdhynhy0_fLO_UGCwlLqXw,2901
40
+ regula/facesdk/webclient/gen/models/detect_details_meta.py,sha256=ntOHIua7IpyqGLcor7lyqXZpSdSnyIKfqkLosnNZa1s,3009
41
+ regula/facesdk/webclient/gen/models/detect_meta_data.py,sha256=8Jw3MT6S3KcllzcXtlBOyeNObKC2KeYaMJGz3I9Spn8,2891
42
42
  regula/facesdk/webclient/gen/models/detect_request.py,sha256=QSpjDwEw3nHCvFjseLR9AQZlXhwLCPe_Os3E2h9XNS0,3593
43
43
  regula/facesdk/webclient/gen/models/detect_request_data.py,sha256=E4vOiqpJFrB4g36vGfqkd_7zsNNq3QR4Q4up9-BY5ao,3184
44
44
  regula/facesdk/webclient/gen/models/detect_response.py,sha256=65f67BVi1Lhq_esQXgdKu6iN0sn_EPNIlhGdp6UGd0E,2920
45
45
  regula/facesdk/webclient/gen/models/detect_response_results.py,sha256=R9j4PY7TA75MZYvDHsU8t4sj7vRerlAJ1RNPrYwmfB0,2750
46
- regula/facesdk/webclient/gen/models/detect_result.py,sha256=KCgjq4wUev4adBXM693RqbHGAHlSAGurD31iYUR1Wjw,3936
46
+ regula/facesdk/webclient/gen/models/detect_result.py,sha256=0MuIePCsRU6VTTZNEzZi0NTNTemAqf8wbo9XPwABajU,3926
47
47
  regula/facesdk/webclient/gen/models/detection.py,sha256=e4PozpisN9D1Myvj2asgMBb9r3glZ5ZvEO5DoPN4u-I,4036
48
- regula/facesdk/webclient/gen/models/detection_attributes.py,sha256=QBHJlvQM24TRZWBdXz_r_WudkFp8tk8IeZ46Z6pCooc,3483
48
+ regula/facesdk/webclient/gen/models/detection_attributes.py,sha256=lPA98VDmuYkkhC6Z4v5QapeOSFtWtIewr8lMomJ5bcA,3463
49
49
  regula/facesdk/webclient/gen/models/detection_attributes_details_inner.py,sha256=VwcxQBOd3f7ld-Db4EPnowfl-vD9pM7SpGXyon_BGcI,5503
50
50
  regula/facesdk/webclient/gen/models/detection_face.py,sha256=GLHzEEOaw4GMjYsbaWDmumE6BkTe5ZFjT7gfXw-j_3U,3596
51
- regula/facesdk/webclient/gen/models/detection_quality.py,sha256=c5_4Nnv8c3EySapIWb2UX8Xn1zJgAoVWakDZJP7Re_U,5093
51
+ regula/facesdk/webclient/gen/models/detection_quality.py,sha256=5i4_z9H9ShtZxyXtM3DRZTd7LvNDvpH2BNBSLNIRg2A,5063
52
52
  regula/facesdk/webclient/gen/models/device_info.py,sha256=rVe4SBZNIGX9PF3umYfQgOPHoQTigEgmGF_H5K9cH6Y,4055
53
53
  regula/facesdk/webclient/gen/models/face_attribute.py,sha256=vAru4TVYci6jOS7Ik5Iea0nM2uNJep2t8QVj3mwnJIY,982
54
54
  regula/facesdk/webclient/gen/models/face_image_quality_align_type.py,sha256=XepzGq-iiRS7VWrdoyM-pqNk39Nka4baoeR9Idkp9OI,835
@@ -62,15 +62,15 @@ regula/facesdk/webclient/gen/models/face_sdk_result_code.py,sha256=g0ru4FE1VMcTa
62
62
  regula/facesdk/webclient/gen/models/faces_response.py,sha256=KHEpGoY0ToBxjEkcRwE_L0vwgzXhFh2MGIUhka_UFPQ,4299
63
63
  regula/facesdk/webclient/gen/models/faces_response_data.py,sha256=pBHN08TYxeuQP9qh5hXY32EUeS2sDHfqw-luY2lK_dA,2995
64
64
  regula/facesdk/webclient/gen/models/filter_op.py,sha256=kNgC4JAkeIoQkZOzVWVOhiqZVl-sqavrrJKIrbvKMjA,834
65
- regula/facesdk/webclient/gen/models/filter_search_request.py,sha256=eR85oV2_1ZV65XG08ad5aeOEBdQy_2yAt4yvbqxiY-g,3034
66
- regula/facesdk/webclient/gen/models/group.py,sha256=5H9G4q24RHkYGHu_BKEshJTNzvyfB0gCuXKXZ_OFoEA,2987
65
+ regula/facesdk/webclient/gen/models/filter_search_request.py,sha256=9KTVtavd62JjRNN1lj4dPTcUFb3QGFQpQgfdt3QbhHs,3004
66
+ regula/facesdk/webclient/gen/models/group.py,sha256=dAFCzWKHPYzz2X8mKzvvdiRXvNGDwsBe0SYQJNg7-7M,2983
67
67
  regula/facesdk/webclient/gen/models/group_data.py,sha256=M3kuQB2mYqtDOJyd9lad0RrofEEVD7U61MVETLg8gqE,2668
68
68
  regula/facesdk/webclient/gen/models/group_page.py,sha256=JXfxSUSdT6LHD1_dbmF-szv9EwWw5mVgviRBoNKYybc,3272
69
69
  regula/facesdk/webclient/gen/models/group_page_items.py,sha256=tOFcrK056BW_6wRxIFUwgX9D5vdrNMcjicGf6TveuEQ,2934
70
- regula/facesdk/webclient/gen/models/group_response.py,sha256=QbGXxkHKo1JbjCCX7s9Op0fDO8NSi5ExWc4CK0_CjAg,2720
71
- regula/facesdk/webclient/gen/models/group_to_create.py,sha256=HH5Dqb04PrfxaNN-WJYw-KfKVcLPFajKoVTax9-ZILg,2840
72
- regula/facesdk/webclient/gen/models/image.py,sha256=TEli68Gg4Kmv7Vrf0P7q0ff0SoYfqz_YEcX99dPOGXE,3843
73
- regula/facesdk/webclient/gen/models/image_fields.py,sha256=bbvNdjlKJsgXPVaVtEBawT6dNVrxBnTyC5gZjD_98CQ,4279
70
+ regula/facesdk/webclient/gen/models/group_response.py,sha256=3fmNtWZltadKBQlFRA6d4brR-3aVFtt3DalayzL6qH4,2716
71
+ regula/facesdk/webclient/gen/models/group_to_create.py,sha256=EiKkYXKfeXO091hPtCQF0wLMqd_1ILXgpRF0CY5Y9zk,2836
72
+ regula/facesdk/webclient/gen/models/image.py,sha256=alIWPdBzBbt2ISoImvjgWEFutiFqIRMFz9Z7SS5PzwE,3829
73
+ regula/facesdk/webclient/gen/models/image_fields.py,sha256=BWUG3RLpzbKbkhvrdVTH3faK73qljSJX-7UhPIcSE2I,4269
74
74
  regula/facesdk/webclient/gen/models/image_fields_image.py,sha256=91BhuufdjiV39l3nEFGmH51ooZiuDKnhgIk2k391e8Y,3397
75
75
  regula/facesdk/webclient/gen/models/image_page.py,sha256=x-I9BW32rqk0EhzbSg5Y0z0eBxmFgH1FBTld9_z28Ok,3207
76
76
  regula/facesdk/webclient/gen/models/image_page_items.py,sha256=ufNKog-a_bl_W9VDWPWUyeySiVOaD-eBZ-c6VWBiNBQ,2862
@@ -78,48 +78,48 @@ regula/facesdk/webclient/gen/models/image_source.py,sha256=Un_vs8avKypBWla5r9KaW
78
78
  regula/facesdk/webclient/gen/models/liveness_type.py,sha256=l2JtUi_9ZF7LEewIXVn7BEb7o1Vmp-f0Mf_M7ui7j-Y,687
79
79
  regula/facesdk/webclient/gen/models/match_and_search_request.py,sha256=daeR7dXjsB5p3_r--sKYz01qaYDbCgXg-XlwhQsvKYU,4402
80
80
  regula/facesdk/webclient/gen/models/match_and_search_request_images_item.py,sha256=N5ym9hBXtm5jwulWBZiDYOSjrrxNz1-Z5arc_7RYNo4,2928
81
- regula/facesdk/webclient/gen/models/match_and_search_response.py,sha256=aEW29t0FyOIU02YcBQ7DKR9UQ-cPg3fbq6naH8wFQHA,4640
82
- regula/facesdk/webclient/gen/models/match_and_search_response_data.py,sha256=gtSNgdPSI3GRO7hBohy4rqXIXSCIKASveIOqod35-Ww,4458
83
- regula/facesdk/webclient/gen/models/match_and_search_response_data_detections_item.py,sha256=CqCPdIaUTGlKRAkTskRCy2a-L-lCAgFSXndIwrwz-u8,3635
84
- regula/facesdk/webclient/gen/models/match_image.py,sha256=i6bsKbLHjG9F80CcLmfFwNfpdChpeqzy-puVr1DrQ1k,3302
85
- regula/facesdk/webclient/gen/models/match_image_detection.py,sha256=6ilQ3DqSa_gpuvw7w04RHBEo_bZjhmByvHdc-GWIUiA,3503
86
- regula/facesdk/webclient/gen/models/match_image_result.py,sha256=fwNkDDts1UZOZqRt73rxHZ1HoATcSxW3YRDwipkupeM,4278
81
+ regula/facesdk/webclient/gen/models/match_and_search_response.py,sha256=nGLrfADgPflcsZWLfytZBjnXtyvYdfPNLdujwpMDMVg,4636
82
+ regula/facesdk/webclient/gen/models/match_and_search_response_data.py,sha256=21M-w9i1u_AkzC6tb9L5dZXcqMoie1x3exIchtksAcg,4454
83
+ regula/facesdk/webclient/gen/models/match_and_search_response_data_detections_item.py,sha256=5dzFaFUV3QYtBmInQgFNURfedY7BniGvT6Z34Lt9KhE,3625
84
+ regula/facesdk/webclient/gen/models/match_image.py,sha256=mSt2en5txGAj52lP_FN7hK87EjfPL_8wMHft7ARybl4,3282
85
+ regula/facesdk/webclient/gen/models/match_image_detection.py,sha256=BJo1FbwfKuVCaLrJUaLWK--ix5anC6rN8lXGlQlqFJg,3493
86
+ regula/facesdk/webclient/gen/models/match_image_result.py,sha256=DmCV8x6PM4pke22MXBT9bQG0ZNBu2mp9hKtxLb0Tnps,4258
87
87
  regula/facesdk/webclient/gen/models/match_request.py,sha256=8DRFsmzNPq2l-nsExbV34h81ExNNI0UwgB9udh0lRU8,4167
88
88
  regula/facesdk/webclient/gen/models/match_request_data.py,sha256=GL0Vgq9pVCrPHhZm1xCIm2BX6iI-oYVDx6b_zYWYa64,3758
89
- regula/facesdk/webclient/gen/models/match_response.py,sha256=pDwjlsz1ARKlgWTYIz_E1H5CEa-KLSf58qt7xA4-SBw,4176
90
- regula/facesdk/webclient/gen/models/match_response_data.py,sha256=eHONocHkqLglllawJ5lHruFh-cbCLrPSXrvE0LNU9pQ,3994
91
- regula/facesdk/webclient/gen/models/operation_log.py,sha256=DeOVjrioNIRRz9D6oZZpNp5gGzPs_wMV5wxeAFpJNWw,3001
92
- regula/facesdk/webclient/gen/models/output_image_params.py,sha256=CCPmGu59-IPSJjG-eQONhTAn2Zl7UYjjPtImyBAWYGQ,3092
89
+ regula/facesdk/webclient/gen/models/match_response.py,sha256=Qd542EnwhQfjgP9fFmghxQ4CG95un-nvLMacDdW5FFQ,4172
90
+ regula/facesdk/webclient/gen/models/match_response_data.py,sha256=m8awvKBqyOyXB0owRIbA7N_EoqxC6qlf6y4cJ3oGeWs,3990
91
+ regula/facesdk/webclient/gen/models/operation_log.py,sha256=2A272q7RNTiLJ6wO3cNufEkIQ3_WVVzjkUft-2YQwcU,2997
92
+ regula/facesdk/webclient/gen/models/output_image_params.py,sha256=_Dw_FbgTVgFEb4aHgCTU5cjlCsxCavQgOrYOXbvRIH4,3088
93
93
  regula/facesdk/webclient/gen/models/page.py,sha256=gON0XHSqaGXZALyNXki3ztrMQVyr11OjciyIPcLu8zs,2653
94
- regula/facesdk/webclient/gen/models/person.py,sha256=_cY9XAK7RvYdwVebpu7TwZY5jBM_i5JuL6GNJwbnLhI,4120
94
+ regula/facesdk/webclient/gen/models/person.py,sha256=QixmFKIssz9D7SC3DUbPqFclPM8ZP_IdfowREP_d7uI,4108
95
95
  regula/facesdk/webclient/gen/models/person_data.py,sha256=2oqPCX_aQO_t7obqAYFaSL5bblQ8OtnALF6aRw6nE_M,2854
96
- regula/facesdk/webclient/gen/models/person_fields.py,sha256=IZDbRYtHEdkfJXqqPgoJA_3M9ws8SNNnXWP5G3TYnDM,3553
96
+ regula/facesdk/webclient/gen/models/person_fields.py,sha256=BvFv9oBjg5MPYOMRoeY-1w-W2ZMJ1HqOc8nYIflq1VM,3541
97
97
  regula/facesdk/webclient/gen/models/person_items.py,sha256=jsxPpIY78esw4uiQdVGU63kkGhNPy7moa8cv-0dpkpQ,2855
98
- regula/facesdk/webclient/gen/models/person_to_update_fields.py,sha256=n8b88xdCSCb893wciTmNbrJ_rOuzpIY4aI5phho10AA,3420
99
- regula/facesdk/webclient/gen/models/person_with_images.py,sha256=--EDqVWqSH8_VW4aUrmNjIlNvo07tqu5QBFNfn_lQXk,4779
98
+ regula/facesdk/webclient/gen/models/person_to_update_fields.py,sha256=4gspyndltTgdjgmvrbFo9c5KNkNSt4PO4rx--GRLWfI,3408
99
+ regula/facesdk/webclient/gen/models/person_with_images.py,sha256=JFKGiE-ZDoX_uGIpfe3qjGQYkq1CXFUcicSoZ4pLxWo,4767
100
100
  regula/facesdk/webclient/gen/models/person_with_images_data.py,sha256=S2vnWALUpUB9x6IPU1vKWPnHY0XbVBvc3APIerkTbpY,2984
101
101
  regula/facesdk/webclient/gen/models/persons_page.py,sha256=yDwcridULkBOS9dIdxMNOXHfVWvRCBXd3UFGiSlKOGE,3220
102
- regula/facesdk/webclient/gen/models/process_param.py,sha256=vvbbZLACDCn9erz14wgsE_xhKiSILTUm6sUIzlZJObo,4410
102
+ regula/facesdk/webclient/gen/models/process_param.py,sha256=F70JlqOgNSfQqyI9L-N41av20tqfwPUVIyo-x7SU0gk,4400
103
103
  regula/facesdk/webclient/gen/models/process_param_attributes.py,sha256=ApA7MT9dY9OBiF7-1-vtcFn5Qqp6TW6fxJoz36IkNR0,3176
104
104
  regula/facesdk/webclient/gen/models/quality_config.py,sha256=Tf9BbLAysLinlxcpqb79sYuQ4OH9Eew5pwnVN_78m_4,3162
105
105
  regula/facesdk/webclient/gen/models/quality_detail.py,sha256=G9RLAvop-k2all2Mp1HPg1Rz0-BrmD_yQiN9Dgaz3Lg,3644
106
106
  regula/facesdk/webclient/gen/models/quality_details_groups.py,sha256=ixk1fw2M8rE25jvXR_J4sBguHEfPMkFXcM-YKA0aFg4,3285
107
- regula/facesdk/webclient/gen/models/quality_request.py,sha256=FDXyxSSjVVMat-kuwWolgg3gdX7PSsJOk5hpZOTK-DE,3591
108
- regula/facesdk/webclient/gen/models/recognize_image.py,sha256=6dtLZJL4sxf71dkwAUWnez8kbCSGOj-CimKFur4ag2g,4326
109
- regula/facesdk/webclient/gen/models/recognize_image_data.py,sha256=E8fBk37GUydZapf8SqdSjB68M6EJUoKzeLY7aGEKqZU,2760
107
+ regula/facesdk/webclient/gen/models/quality_request.py,sha256=T62LpumfUtXVf2z8m-K07acz7K2u2PbF69TIxYSzJBA,3587
108
+ regula/facesdk/webclient/gen/models/recognize_image.py,sha256=cN8UUn83S0nCIUuAfLq2EsR00f9Ia2XhjrT70UH-8VI,4308
109
+ regula/facesdk/webclient/gen/models/recognize_image_data.py,sha256=XoMCD1vDJPRHdBWxCil-IbjlteY3YbkEqGyvv9FyRac,2756
110
110
  regula/facesdk/webclient/gen/models/resize_options.py,sha256=EHo7JFGSyu0tqV3TAbVhQChNa4zMMHDUOY6LmlYUm4E,2871
111
111
  regula/facesdk/webclient/gen/models/search_bad_params.py,sha256=c6cQtqGx2iUZgBDEzh3L_Mm0DOyNKXLZzbbx6EkCfB4,2865
112
112
  regula/facesdk/webclient/gen/models/search_detection.py,sha256=4rKFlQnZeYLaARBaKBMv5RjoDhjsFHU3cWiD6mmupl0,4412
113
113
  regula/facesdk/webclient/gen/models/search_parameters.py,sha256=3LLTgJhWxDIDNGRLWxwXetlpabE6VcGYR_tFoBEypEg,3566
114
- regula/facesdk/webclient/gen/models/search_parameters_create_person.py,sha256=IsU4mnzpKExJtKBj8giHeN4F5Z-oxsPOtbskFXMwDf0,3015
115
- regula/facesdk/webclient/gen/models/search_person.py,sha256=IAvaCy-XvLa_nOJidgdofJBzEt2AXGgb47ckuvIgilQ,5250
114
+ regula/facesdk/webclient/gen/models/search_parameters_create_person.py,sha256=Oyh5_jm-0DZQSpxKUftZdgj6oy4lmA29cuzPFpR5fiA,3003
115
+ regula/facesdk/webclient/gen/models/search_person.py,sha256=are3tptrwA9hIZ45kCAw0E3n5NyPz5XyMzgC1vQiPAE,5238
116
116
  regula/facesdk/webclient/gen/models/search_person_data.py,sha256=-tOKc-pxuQMFoMz8y5PvujdK40CCEj1K9zL_flZmklk,3455
117
- regula/facesdk/webclient/gen/models/search_request.py,sha256=lQnX2ewzUKrKYbB5-KjWJPZ3JL0G46rPNKwQbfCTgF0,5939
117
+ regula/facesdk/webclient/gen/models/search_request.py,sha256=AtLIXr_grA7lhq656sYoC26vUBZPnMRfihM8TI0GJFw,5929
118
118
  regula/facesdk/webclient/gen/models/search_result.py,sha256=lxcCJ8EzUuwfEowZpZU7WV44hRBC8-rrw_9mZRhCcr4,3198
119
- regula/facesdk/webclient/gen/models/transaction_info.py,sha256=162C-gv5n_AvGot81kLZ8v0MZXAsuXLQhGu5vb-iFHw,4519
119
+ regula/facesdk/webclient/gen/models/transaction_info.py,sha256=XQ7-n8muZ3TxR88MyWr8pK83SG5hqF1YtrIeLxG51tE,4495
120
120
  regula/facesdk/webclient/gen/models/transaction_labels.py,sha256=A9ZDFAIjiuMNd4lbmVTtgntr4Kp2f9ntpK82cmzHAbY,2728
121
121
  regula/facesdk/webclient/gen/models/update_group.py,sha256=A6qjz_WTmJy_9xsdc4O1-Wj4LA-7EfRTJBqQM8VMV58,2658
122
- regula_facesdk_webclient-8.1.451.dev0.dist-info/METADATA,sha256=7GVIgvi1PqIcBo8sA42BHYRBTN_PVsXfERL_I-9vzyk,3181
123
- regula_facesdk_webclient-8.1.451.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
124
- regula_facesdk_webclient-8.1.451.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
125
- regula_facesdk_webclient-8.1.451.dev0.dist-info/RECORD,,
122
+ regula_facesdk_webclient-8.1.488.dev0.dist-info/METADATA,sha256=OyhhNZ9AEeF7UHhuiOfNt62fjYN8_eOGKfr3TuaRA8E,3181
123
+ regula_facesdk_webclient-8.1.488.dev0.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
124
+ regula_facesdk_webclient-8.1.488.dev0.dist-info/top_level.txt,sha256=SFSSVn4j8QDivd3307s97NtpIJ8zOjiWZloAxZIClJY,7
125
+ regula_facesdk_webclient-8.1.488.dev0.dist-info/RECORD,,