Skip to main content
Version: Beta

SearchDocumentImageResponse

type SearchDocumentImageResponse {
images: [DocumentImage!]
totalCount: Int!
cursor: String
}

Fields

SearchDocumentImageResponse.images ● [DocumentImage!] list object

List of images based on the filters. @exposed

SearchDocumentImageResponse.totalCount ● Int! non-null scalar

Total count of found documents, keep in mind this number is an estimate @exposed

SearchDocumentImageResponse.cursor ● String scalar

The absence of the cursor value means that there are no more results available @exposed

Returned by

searchDocumentImages query