次の方法で共有


ImageModerationExtensions.EvaluateMethodAsync メソッド

定義

きわどい内容や成人向けコンテンツを含む画像の確率を返します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Evaluate> EvaluateMethodAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, bool? cacheImage = default, System.Threading.CancellationToken cancellationToken = default);
static member EvaluateMethodAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Evaluate>
<Extension()>
Public Function EvaluateMethodAsync (operations As IImageModeration, Optional cacheImage As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Evaluate)

パラメーター

operations
IImageModeration

この拡張メソッドの操作グループ。

cacheImage
Nullable<Boolean>

提出された画像を将来の使用のために保持するかどうか。省略した場合、既定値は false になります。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象