BatchStatus
public struct BatchStatus : Codable, Equatable
The batch-request status.
-
The method to be run against the documents. Possible values are
See morehtml_conversion
,element_classification
, andtables
.Declaration
Swift
public enum Function : String
-
The method to be run against the documents. Possible values are
html_conversion
,element_classification
, andtables
.Declaration
Swift
public var function: String?
-
The geographical location of the Cloud Object Storage input bucket as listed on the Endpoint tab of your COS instance; for example,
us-geo
,eu-geo
, orap-geo
.Declaration
Swift
public var inputBucketLocation: String?
-
The name of the Cloud Object Storage input bucket.
Declaration
Swift
public var inputBucketName: String?
-
The geographical location of the Cloud Object Storage output bucket as listed on the Endpoint tab of your COS instance; for example,
us-geo
,eu-geo
, orap-geo
.Declaration
Swift
public var outputBucketLocation: String?
-
The name of the Cloud Object Storage output bucket.
Declaration
Swift
public var outputBucketName: String?
-
The unique identifier for the batch request.
Declaration
Swift
public var batchID: String?
-
Document counts.
Declaration
Swift
public var documentCounts: DocCounts?
-
The status of the batch request.
Declaration
Swift
public var status: String?
-
The creation time of the batch request.
Declaration
Swift
public var created: Date?
-
The time of the most recent update to the batch request.
Declaration
Swift
public var updated: Date?