Freigeben über


ImageModerationExtensions.FindFacesUrlInput Methode

Definition

Gibt die Liste der gefundenen Gesichter zurück.

public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces FindFacesUrlInput (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, bool? cacheImage = default);
static member FindFacesUrlInput : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.FoundFaces
<Extension()>
Public Function FindFacesUrlInput (operations As IImageModeration, contentType As String, imageUrl As BodyModel, Optional cacheImage As Nullable(Of Boolean) = Nothing) As FoundFaces

Parameter

operations
IImageModeration

Die Vorgangsgruppe für diese Erweiterungsmethode.

contentType
String

Der Inhaltstyp.

imageUrl
BodyModel

Die Bild-URL.

cacheImage
Nullable<Boolean>

Gibt an, ob das übermittelte Bild für die zukünftige Verwendung beibehalten werden soll; wird standardmäßig auf false festgelegt, wenn nicht angegeben wird.

Gibt zurück

Gilt für: