You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create a validation action for a document based on the extraction response. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-extractions).
516
+
"""Create a validate extraction action for a document based on the extraction response. More details about validation actions can be found in the [official documentation](https://docs.uipath.com/ixp/automation-cloud/latest/user-guide/validating-extractions).
"""Get the result of a validate extraction action.
597
597
598
598
Note:
599
599
This method will block until the validation action is completed, meaning the user has completed the validation in UiPath Action Center.
@@ -602,11 +602,11 @@ def get_validation_result(
602
602
validation_action (ValidationAction): The validation action to get the result for, typically obtained from the [`create_validation_action`][uipath._services.documents_service.DocumentsService.create_validation_action] method.
603
603
604
604
Returns:
605
-
ValidatedResult: The result of the validation action.
605
+
ExtractionResult: The result of the validation action.
0 commit comments