JobDetails
public struct JobDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of documents that could not be processed during a translation job.
Declaration
Swift
public let documentsWithErrorsCount: Int?
-
The number of documents used as input in a translation job.
Declaration
Swift
public let inputDocumentsCount: Int?
-
The number of documents successfully processed during a translation job.
Declaration
Swift
public let translatedDocumentsCount: Int?
-
Undocumented
Declaration
Swift
public init(documentsWithErrorsCount: Int? = nil, inputDocumentsCount: Int? = nil, translatedDocumentsCount: Int? = nil)