Result

AIResult.Result property

Gets or sets the AI-processed result. The value may contain plain text or structured data in JSON format, depending on the applied AI processor.

public string Result { get; set; }

See Also