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
I'm looking at the Entity extraction features right now.
It seems the only ways to pass options right now are
Set it on the client itself (SetOption, works)
Pass a RosetteFile (not sure about that actually - but that one has a way to pass 'options')
Would it be possible to pass either a complete request (JSON, including content and options) or to pass the options per call (say another overload of the Entity method maybe?) as an argument?
The text was updated successfully, but these errors were encountered:
I'm looking at the Entity extraction features right now.
It seems the only ways to pass options right now are
Would it be possible to pass either a complete request (JSON, including content and options) or to pass the options per call (say another overload of the Entity method maybe?) as an argument?
The text was updated successfully, but these errors were encountered: