次の方法で共有


TextAnalyticsErrorCode.Implicit(String to TextAnalyticsErrorCode) 演算子

定義

文字列から TextAnalyticsErrorCode への暗黙的な変換を定義します。

public static implicit operator Azure.AI.TextAnalytics.TextAnalyticsErrorCode (string errorCode);
static member op_Implicit : string -> Azure.AI.TextAnalytics.TextAnalyticsErrorCode
Public Shared Widening Operator CType (errorCode As String) As TextAnalyticsErrorCode

パラメーター

errorCode
String

変換する文字列。

戻り値

TextAnalyticsErrorCode としての文字列。

適用対象