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

ImageModerationExtensions.FindFacesUrlInput 方法

定义

返回找到的人脸列表。

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

参数

operations
IImageModeration

此扩展方法的操作组。

contentType
String

内容类型。

imageUrl
BodyModel

图像 URL。

cacheImage
Nullable<Boolean>

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

返回

适用于