Class AnalyzeTextRequest
- Namespace
 - FoundationaLLM.Common.Models.ContentSafety
 
- Assembly
 - FoundationaLLM.Common.dll
 
Represents a request to analyze text with Azure AI Content Safety.
public class AnalyzeTextRequest
  - Inheritance
 - 
      
      AnalyzeTextRequest
 
- Inherited Members
 
- Extension Methods
 
Properties
Text
Gets or sets a text to be analyzed.
[JsonPropertyName("text")]
public required string Text { get; set; }