次の方法で共有


ImageObjectExtractorHint クラス

定義

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
継承
Object Platform::Object IInspectable ImageObjectExtractorHint
属性

コンストラクター

名前 説明
ImageObjectExtractorHint(IVector<RectInt32>, IVector<PointInt32>, IVector<PointInt32>)

ImageObjectExtractorHint オブジェクトの新しいインスタンスを初期化します。

プロパティ

名前 説明
ExcludePoints

抽出する目的の成果物を識別するときに除外する ImageObjectExtractor の四角形の多角形のコレクションを取得します。

IncludePoints

抽出する目的の成果物を識別するときに含める ImageObjectExtractor のポイントのコレクションを取得します。

IncludeRects

抽出する目的の成果物を識別するときに使用する ImageObjectExtractor の四角形の多角形のコレクションを取得します。

適用対象

こちらもご覧ください