次の方法で共有


ImageModerationExtensions.EvaluateUrlInput メソッド

定義

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

public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.Evaluate EvaluateUrlInput (this Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration operations, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, bool? cacheImage = default);
static member EvaluateUrlInput : Microsoft.Azure.CognitiveServices.ContentModerator.IImageModeration * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<bool> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Evaluate
<Extension()>
Public Function EvaluateUrlInput (operations As IImageModeration, contentType As String, imageUrl As BodyModel, Optional cacheImage As Nullable(Of Boolean) = Nothing) As Evaluate

パラメーター

operations
IImageModeration

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

contentType
String

コンテンツの種類。

imageUrl
BodyModel

イメージの URL。

cacheImage
Nullable<Boolean>

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

戻り値

適用対象