次の方法で共有


Content コンストラクター

定義

オーバーロード

Content()

Content クラスの新しいインスタンスを初期化します。

Content(String)

Content クラスの新しいインスタンスを初期化します。

Content()

Content クラスの新しいインスタンスを初期化します。

public Content ();
Public Sub New ()

適用対象

Content(String)

Content クラスの新しいインスタンスを初期化します。

public Content (string contentValue);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content : string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Content
Public Sub New (contentValue As String)

パラメーター

contentValue
String

ジョブに対して評価するコンテンツ。

適用対象