次の方法で共有


Face コンストラクター

定義

オーバーロード

Face()

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

Face(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

Face()

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

public Face ();
Public Sub New ()

適用対象

Face(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

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

public Face (int? bottom = default, int? left = default, int? right = default, int? top = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face
Public Sub New (Optional bottom As Nullable(Of Integer) = Nothing, Optional left As Nullable(Of Integer) = Nothing, Optional right As Nullable(Of Integer) = Nothing, Optional top As Nullable(Of Integer) = Nothing)

パラメーター

bottom
Nullable<Int32>

下の座標。

left
Nullable<Int32>

左座標。

right
Nullable<Int32>

右座標。

top
Nullable<Int32>

上座標。

適用対象