JobDetails class
The number of documents successfully and unsuccessfully processed during a translation job.
Constructors
- JobDetails({int? documentsWithErrorsCount, int? inputDocumentsCount, int? translatedDocumentsCount})
-
JobDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- documentsWithErrorsCount → int?
-
The number of documents that could not be processed during a translation
job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDocumentsCount → int?
-
The number of documents used as input in a translation job.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- translatedDocumentsCount → int?
-
The number of documents successfully processed during a translation job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited