Class AsiaOnlineTranslationResultInfo
Encapsulates the status of an Asia Online transation operation for a single document (known as a job in Asia Online).
Syntax
public class AsiaOnlineTranslationResultInfo : ResultInfo
Fields
DeadlineOrFinished
The deadline of the translation process, or the date when the operation has completed.
Declaration
public DateTime DeadlineOrFinished
Type
DateTimeDocumentId
The identifier of the document.
Declaration
public Guid DocumentId
Type
GuidDocumentName
The name of the document.
Declaration
public string DocumentName
Type
StringErrorMessage
If there has been an error reported by Asia Online, contains the message or the error.
Declaration
public string ErrorMessage
Type
StringStatus
The status of the translation operation.
Declaration
public AsiaOnlineTranslationStatus Status
Type
AsiaOnlineTranslationStatusTargetLang
The target language of the document.
Declaration
public string TargetLang