次の方法で共有


EntityCategory.Explicit(EntityCategory to String) 演算子

定義

EntityCategory から string への明示的な変換を定義します。

public static explicit operator string (Azure.AI.TextAnalytics.EntityCategory category);
static member op_Explicit : Azure.AI.TextAnalytics.EntityCategory -> string
Public Shared Narrowing Operator CType (category As EntityCategory) As String

パラメーター

category
EntityCategory

変換する EntityCategory。

戻り値

文字列としての EntityCategory。

適用対象