Share via


ImageModerationExtensions.FindFaces Method

Definition

Returns the list of faces found.

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

Parameters

operations
IImageModeration

The operations group for this extension method.

cacheImage
Nullable<Boolean>

Whether to retain the submitted image for future use; defaults to false if omitted.

Returns

Applies to