Table of Contents

Class ContentSafetyAnalysisResult

Namespace
FoundationaLLM.Common.Models.ContentSafety
Assembly
FoundationaLLM.Common.dll

Represents the result of a content safety analysis.

public class ContentSafetyAnalysisResult
Inheritance
ContentSafetyAnalysisResult
Inherited Members
Extension Methods

Properties

Details

Gets or sets the reason why the content was considered to be unsafe.

public string? Details { get; set; }

Property Value

string

SafeContent

Gets or sets a flag representing if the content is safe or not.

public bool SafeContent { get; set; }

Property Value

bool

Success

Gets or sets a flag representing if the analysis was executed successfully.

public bool Success { get; set; }

Property Value

bool