ImageObjectExtractorHint クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ImageObjectExtractor が抽出する目的の成果物を識別するのに役立つオブジェクトを表します。
public ref class ImageObjectExtractorHint sealed
/// [Windows.Foundation.Metadata.Activatable(Microsoft.Windows.AI.Imaging.IImageObjectExtractorHintFactory, 65536, "Microsoft.Windows.AI.Imaging.ImageObjectExtractorContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AI.Imaging.ImageObjectExtractorContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ImageObjectExtractorHint final
[Windows.Foundation.Metadata.Activatable(typeof(Microsoft.Windows.AI.Imaging.IImageObjectExtractorHintFactory), 65536, "Microsoft.Windows.AI.Imaging.ImageObjectExtractorContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AI.Imaging.ImageObjectExtractorContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ImageObjectExtractorHint
function ImageObjectExtractorHint(includeRects, includePoints, excludePoints)
Public NotInheritable Class ImageObjectExtractorHint
- 継承
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| ImageObjectExtractorHint(IVector<RectInt32>, IVector<PointInt32>, IVector<PointInt32>) |
ImageObjectExtractorHint オブジェクトの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| ExcludePoints |
抽出する目的の成果物を識別するときに除外する ImageObjectExtractor の四角形の多角形のコレクションを取得します。 |
| IncludePoints |
抽出する目的の成果物を識別するときに含める ImageObjectExtractor のポイントのコレクションを取得します。 |
| IncludeRects |
抽出する目的の成果物を識別するときに使用する ImageObjectExtractor の四角形の多角形のコレクションを取得します。 |