Freigeben über


ImageModerationExtensions.FindFacesAsync Methode

Definition

Gibt die Liste der gefundenen Gesichter zurück.

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces> FindFacesAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, bool? cacheImage = default, System.Threading.CancellationToken cancellationToken = default);
static member FindFacesAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces>
<Extension()>
Public Function FindFacesAsync (operations As IImageModeration, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of FoundFaces)

Parameter

operations
IImageModeration

Die Vorgangsgruppe für diese Erweiterungsmethode.

cacheImage
Nullable<Boolean>

Gibt an, ob das übermittelte Bild zur zukünftigen Verwendung aufbewahrt werden soll; wird standardmäßig auf false festgelegt, wenn ausgelassen wird.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: