Class AnalyzeTextFilterResult
- Namespace
- FoundationaLLM.Gatekeeper.Core.Models.ContentSafety
- Assembly
- FoundationaLLM.Gatekeeper.Core.dll
Content filter text analysis restult.
public class AnalyzeTextFilterResult
- Inheritance
-
AnalyzeTextFilterResult
- Inherited Members
- Extension Methods
Properties
Reason
The reason why the content was considered to be unsafe.
public required string Reason { get; set; }
Property Value
Safe
A flag representing if the content is safe or not.
public bool Safe { get; set; }