Condividi tramite


ImageObjectExtractorHint Classe

Definizione

Rappresenta un oggetto che consente a un ImageObjectExtractor di identificare l'artefatto desiderato da estrarre.

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
Ereditarietà
Object Platform::Object IInspectable ImageObjectExtractorHint
Attributi

Costruttori

Nome Descrizione
ImageObjectExtractorHint(IVector<RectInt32>, IVector<PointInt32>, IVector<PointInt32>)

Inizializza una nuova istanza di un oggetto ImageObjectExtractorHint .

Proprietà

Nome Descrizione
ExcludePoints

Ottiene una raccolta di poligoni rettangolari per un Oggetto ImageObjectExtractor da escludere quando si identifica l'artefatto da estrarre.

IncludePoints

Ottiene una raccolta di punti per un oggetto ImageObjectExtractor da includere durante l'identificazione dell'artefatto da estrarre.

IncludeRects

Ottiene un insieme di poligoni rettangolari da utilizzare per un oggetto ImageObjectExtractor da utilizzare per identificare l'artefatto desiderato da estrarre.

Si applica a

Vedi anche