diff --git a/docs/docs_en/api/text_results/README.md b/docs/docs_en/api/text_results/README.md new file mode 100644 index 000000000..5ed681735 --- /dev/null +++ b/docs/docs_en/api/text_results/README.md @@ -0,0 +1,7 @@ +# Natural Language Processing Inference Results + +FastDeploy defines different structs to represent the model inference results according to the task type of the natural language processing model. The details are shown as follow. + +| Struct | Doc | Description | Related Model | +|:--------- |:----------------------------- |:----------------- |:------------- | +| UIEResult | [C++/Python](./uie_result.md) | UIE model results | UIE Model |