Share via


RegionOfInterestType 列挙型

定義

キャプチャ デバイスを検出できるさまざまな種類の関心領域を定義します。

public enum class RegionOfInterestType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RegionOfInterestType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RegionOfInterestType
var value = Windows.Media.Devices.RegionOfInterestType.unknown
Public Enum RegionOfInterestType
継承
RegionOfInterestType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Face 1

対象領域は検出された顔です。

Unknown 0

関心領域の種類は不明です。

適用対象