Table of Contents

Class AnalyzeTextResult

Namespace
FoundationaLLM.Gatekeeper.Core.Models.ContentSafety
Assembly
FoundationaLLM.Gatekeeper.Core.dll

Text analysis results.

public class AnalyzeTextResult
Inheritance
AnalyzeTextResult
Inherited Members
Extension Methods

Properties

CategoriesAnalysis

Analysis result for categories.

[JsonPropertyName("categoriesAnalysis")]
public required List<TextCategoryResult> CategoriesAnalysis { get; set; }

Property Value

List<TextCategoryResult>