BodyModel コンストラクター

定義

オーバーロード

BodyModel()

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

BodyModel(String, String)

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

BodyModel()

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

public BodyModel ();
Public Sub New ()

適用対象

BodyModel(String, String)

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

public BodyModel (string dataRepresentation = default, string value = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel : string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel
Public Sub New (Optional dataRepresentation As String = Nothing, Optional value As String = Nothing)

パラメーター

dataRepresentation
String
value
String

適用対象