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
The Client.query() method currently only returns segment locations. It would be useful in some cases to also have access to additional by-record segment information (like image dimensions) using the public drms interface.
At the moment this feature is only available using the internal HttpJsonClient instance, e.g.:
The
Client.query()
method currently only returns segment locations. It would be useful in some cases to also have access to additional by-record segment information (like image dimensions) using the public drms interface.At the moment this feature is only available using the internal
HttpJsonClient
instance, e.g.:The text was updated successfully, but these errors were encountered: