你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageModerationExtensions.FindFaces 方法

定义

返回找到的人脸列表。

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

参数

operations
IImageModeration

此扩展方法的操作组。

cacheImage
Nullable<Boolean>

是否保留提交的图像以供将来使用;如果省略,则默认为 false。

返回

适用于