Get Model Details By ID
AutomatR.Nanonets.Activities.GetModelDetailsByID
The "Get Model Details By ID" activity in AutomatR is part of the Nanonets OCR Model activities package, providing comprehensive information about a specific OCR model by passing its Model ID. This activity enhances transparency and understanding of the OCR model's characteristics.
Properties
Name | Description |
---|---|
Input | |
Model ID | Specifies the unique identifier of the OCR model for which you want to retrieve detailed information. String variables containing the Model ID. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Get Model Details By ID" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
Output | |
Result | Outputs the detailed information of the specified OCR model with the data type GetModelID . Variables of type GetModelID to store the model details. |
How to use:
- Drag and drop the "Get Model Details By ID" activity onto the workflow.
- Configure the properties by specifying the Model ID of the Nanonets OCR model for which you want to retrieve detailed information.
- Optionally, configure the delay.
- Execute the workflow to obtain detailed information about the specified OCR model.
Example: Consider an example where the "Get Model Details By ID" activity is used to retrieve detailed information about a Nanonets OCR model with the Model ID "12345":
Get Model Details By ID:
Model ID: "12345"
Delay: 3
Result: modelDetails
In this example, the activity retrieves detailed information about the Nanonets OCR model with the Model ID "12345" with a delay of 3 seconds. The detailed information is stored in the variable "modelDetails" of type GetModelID
for further handling in the workflow.