Class AiTranslateProblem
Result of an async aitranslate operation.
Inheritance
System.Object
AiTranslateProblem
Syntax
public class AiTranslateProblem
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