A list of file annotation responses.
JSON representation | |
---|---|
{
"responses": [
{
object ( |
Fields | |
---|---|
responses[] |
The list of file annotation responses, each response corresponding to each AnnotateFileRequest in BatchAnnotateFilesRequest. |
AnnotateFileResponse
Response to a single file annotation request. A file may contain one or more images, which individually have their own responses.
JSON representation | |
---|---|
{ "inputConfig": { object ( |
Fields | |
---|---|
inputConfig |
Information about the file for which this response is generated. |
responses[] |
Individual responses to images found within the file. This field will be empty if the |
totalPages |
This field gives the total number of pages in the file. |
error |
If set, represents the error message for the failed request. The |