Documentation for the Document AI API C# SDK
Name | Type | Scheme |
---|---|---|
ApiKeyAuth | http | HTTP Bearer |
ApiKeyAuth
parameter must be set when initializing the SDK client instance. For example:
Next
method that can be called to pull down the next group of results. If the
return value of Next
is null
, then there are no more pages to be fetched.
Here’s an example of one such pagination call:
ABBYY.DocumentAI.Schemas.Errors.APIException
exception, which has the following properties:
Property | Type | Description |
---|---|---|
Message | string | The error message |
Request | HttpRequestMessage | The HTTP request |
Response | HttpResponseMessage | The HTTP response |
ListAsync
method throws the following exceptions:
Error Type | Status Code | Content Type |
---|---|---|
ABBYY.DocumentAI.Schemas.Errors.BadRequestError | 400 | application/json |
ABBYY.DocumentAI.Schemas.Errors.UnauthorizedError | 401 | application/json |
ABBYY.DocumentAI.Schemas.Errors.TooManyRequestsError | 429 | application/json |
ABBYY.DocumentAI.Schemas.Errors.InternalServerError | 500 | application/json |
ABBYY.DocumentAI.Schemas.Errors.APIException | 4XX, 5XX | */* |