次の方法で共有


FaceDetectionEffectDefinition.Properties プロパティ

定義

FaceDetectionEffectDefinition オブジェクトを構成するためのプロパティのセットを取得します。

public:
 property IPropertySet ^ Properties { IPropertySet ^ get(); };
IPropertySet Properties();
public IPropertySet Properties { get; }
var iPropertySet = faceDetectionEffectDefinition.properties;
Public ReadOnly Property Properties As IPropertySet

プロパティ値

FaceDetectionEffectDefinition オブジェクトを構成するためのプロパティのセット。

実装

適用対象