次の方法で共有


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 になります。

戻り値

適用対象