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