AnalyzeTextOptions(String) Constructor

Definition

Initializes a new instance of AnalyzeTextOptions.

public AnalyzeTextOptions (string text);
new Azure.AI.ContentSafety.AnalyzeTextOptions : string -> Azure.AI.ContentSafety.AnalyzeTextOptions
Public Sub New (text As String)

Parameters

text
String

The text needs to be analyzed. We support a maximum of 10k Unicode characters (Unicode code points) in the text of one request.

Exceptions

text is null.

Applies to