models/get_ocr_model_by_id_response_model library

Classes

Category
Category class will be used to store the details about the categories used while making the model. Each category will contain name, count, description about the respective Category.
GetModelByIdResponseModel
GetModelByIdResponseModel class will store the data when we call the API to get the model details by using it'd id. This model will contain details like modelId, modelType, state, accuracy, categories etc. details about the model of the given id.