Class BatchRequestItem

java.lang.Object
com.basistech.rosette.apimodel.batch.BatchRequestItem

public final class BatchRequestItem extends Object
One item in a batch request. Each item consists of an input to process and an endpoint to apply to the item. The inputs are specified by Request objects. If the request type is DocumentRequest, the special content type application/vnd.basistech-multiple-inputs used in DocumentRequest.contentType identifies a json file consisting of an array of strings; each string being treated as an input. The string length in this case is limited to 200 characters.