Share via


TextCategory.Implicit(String to TextCategory) Operator

Definition

Converts a string to a TextCategory.

public static implicit operator Azure.AI.ContentSafety.TextCategory (string value);
static member op_Implicit : string -> Azure.AI.ContentSafety.TextCategory
Public Shared Widening Operator CType (value As String) As TextCategory

Parameters

value
String

Returns

Applies to