DocumentStatusResult Class

Definition

Status information about a particular document within a translation operation.

public class DocumentStatusResult
type DocumentStatusResult = class
Public Class DocumentStatusResult
Inheritance
DocumentStatusResult

Properties

CharactersCharged

Characters charged for the document by the Document Translation service.

CreatedOn

The date time when the document was created.

Error

Gets the error explaining why the translation operation failed on this document. This property will have a value only when the document cannot be processed.

Id

Document Id.

LastModified

The date time when the document's status was last updated.

SourceDocumentUri

Location of the original document in the source container.

Status

Status of the document.

TranslatedDocumentUri

Location of the translated document in the target container.

TranslatedToLanguageCode

The language code of the language the document was translated to. This property will have a value only when the document was successfully processed.

TranslationProgressPercentage

Progress of the translation if available. Value is between [0, 100].

Applies to