[Python] Enrich convenience of ModelResult for visualization and dict result #2398
Locked
daviddwlee84
started this conversation in
Ideas
Replies: 1 comment
-
#2402 pull request |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I get results from Recognizers-Text in Python, I would like to take a quick view of what I have extracted.
In addition, if we can easily get a dict result from it, this is useful that it using the same format of converting C# object through the Protobuf.
More specifically, I will make a pull request that implements
__repr__
,__str__
, andget_dict
methods for theModelResult
class.Beta Was this translation helpful? Give feedback.
All reactions