Class PreTranslateProblem
Result of an async pretranslate operation.
Syntax
public class PreTranslateProblem
Fields
DocumentGuid
If the issue is tied to a document, contains the document identifier.
Declaration
public Guid? DocumentGuid
Type
Nullable<Guid>ProblemDescription
Description of the problem.
Declaration
public string ProblemDescription