Class XTranslateDocumentResult
Encapsulates the result of the X-translation for a document.
Syntax
public class XTranslateDocumentResult
Fields
DocumentGuid
The guid of the document.
Declaration
public Guid DocumentGuid
Type
GuidNumberOfCandidates
The number of the candidates (rows identical in the document's new version).
Declaration
public int NumberOfCandidates
Type
Int32NumberOfRows
The number of the rows of the document.
Declaration
public int NumberOfRows
Type
Int32NumberOfXTranslatedRows
The number of the X-translated rows.
Declaration
public int NumberOfXTranslatedRows