ImageModeration class
ImageModeration を表すクラス。
コンストラクター
Image |
ImageModeration を作成します。 |
メソッド
コンストラクターの詳細
ImageModeration(ContentModeratorClientContext)
ImageModeration を作成します。
new ImageModeration(client: ContentModeratorClientContext)
パラメーター
サービス クライアントへの参照。
メソッドの詳細
evaluateFileInput(HttpRequestBody, ImageModerationEvaluateFileInputOptionalParams)
きわどい内容や成人向けコンテンツを含む画像の確率を返します。
function evaluateFileInput(imageStream: HttpRequestBody, options?: ImageModerationEvaluateFileInputOptionalParams): Promise<ImageModerationEvaluateFileInputResponse>
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationEvaluateFileInputResponse>
evaluateFileInput(HttpRequestBody, ImageModerationEvaluateFileInputOptionalParams, ServiceCallback<Evaluate>)
function evaluateFileInput(imageStream: HttpRequestBody, options: ImageModerationEvaluateFileInputOptionalParams, callback: ServiceCallback<Evaluate>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
- callback
コールバック。
evaluateFileInput(HttpRequestBody, ServiceCallback<Evaluate>)
function evaluateFileInput(imageStream: HttpRequestBody, callback: ServiceCallback<Evaluate>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
- callback
コールバック。
evaluateMethod(ImageModerationEvaluateMethodOptionalParams)
きわどい内容や成人向けコンテンツを含む画像の確率を返します。
function evaluateMethod(options?: ImageModerationEvaluateMethodOptionalParams): Promise<ImageModerationEvaluateMethodResponse>
パラメーター
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationEvaluateMethodResponse>
evaluateMethod(ImageModerationEvaluateMethodOptionalParams, ServiceCallback<Evaluate>)
function evaluateMethod(options: ImageModerationEvaluateMethodOptionalParams, callback: ServiceCallback<Evaluate>)
パラメーター
省略可能なパラメーター
- callback
コールバック。
evaluateMethod(ServiceCallback<Evaluate>)
function evaluateMethod(callback: ServiceCallback<Evaluate>)
パラメーター
- callback
コールバック。
evaluateUrlInput(string, ImageUrl, ImageModerationEvaluateUrlInputOptionalParams)
きわどい内容や成人向けコンテンツを含む画像の確率を返します。
function evaluateUrlInput(contentType: string, imageUrl: ImageUrl, options?: ImageModerationEvaluateUrlInputOptionalParams): Promise<ImageModerationEvaluateUrlInputResponse>
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationEvaluateUrlInputResponse>
evaluateUrlInput(string, ImageUrl, ImageModerationEvaluateUrlInputOptionalParams, ServiceCallback<Evaluate>)
function evaluateUrlInput(contentType: string, imageUrl: ImageUrl, options: ImageModerationEvaluateUrlInputOptionalParams, callback: ServiceCallback<Evaluate>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
- callback
コールバック。
evaluateUrlInput(string, ImageUrl, ServiceCallback<Evaluate>)
function evaluateUrlInput(contentType: string, imageUrl: ImageUrl, callback: ServiceCallback<Evaluate>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
- callback
コールバック。
findFaces(ImageModerationFindFacesOptionalParams)
見つかった顔の一覧を返します。
function findFaces(options?: ImageModerationFindFacesOptionalParams): Promise<ImageModerationFindFacesResponse>
パラメーター
省略可能なパラメーター
戻り値
Promise<ImageModerationFindFacesResponse>
Promise<Models.ImageModerationFindFacesResponse>
findFaces(ImageModerationFindFacesOptionalParams, ServiceCallback<FoundFaces>)
function findFaces(options: ImageModerationFindFacesOptionalParams, callback: ServiceCallback<FoundFaces>)
パラメーター
省略可能なパラメーター
- callback
コールバック。
findFaces(ServiceCallback<FoundFaces>)
function findFaces(callback: ServiceCallback<FoundFaces>)
パラメーター
- callback
コールバック。
findFacesFileInput(HttpRequestBody, ImageModerationFindFacesFileInputOptionalParams)
見つかった顔の一覧を返します。
function findFacesFileInput(imageStream: HttpRequestBody, options?: ImageModerationFindFacesFileInputOptionalParams): Promise<ImageModerationFindFacesFileInputResponse>
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationFindFacesFileInputResponse>
findFacesFileInput(HttpRequestBody, ImageModerationFindFacesFileInputOptionalParams, ServiceCallback<FoundFaces>)
function findFacesFileInput(imageStream: HttpRequestBody, options: ImageModerationFindFacesFileInputOptionalParams, callback: ServiceCallback<FoundFaces>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
- callback
コールバック。
findFacesFileInput(HttpRequestBody, ServiceCallback<FoundFaces>)
function findFacesFileInput(imageStream: HttpRequestBody, callback: ServiceCallback<FoundFaces>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
- callback
コールバック。
findFacesUrlInput(string, ImageUrl, ImageModerationFindFacesUrlInputOptionalParams)
見つかった顔の一覧を返します。
function findFacesUrlInput(contentType: string, imageUrl: ImageUrl, options?: ImageModerationFindFacesUrlInputOptionalParams): Promise<ImageModerationFindFacesUrlInputResponse>
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationFindFacesUrlInputResponse>
findFacesUrlInput(string, ImageUrl, ImageModerationFindFacesUrlInputOptionalParams, ServiceCallback<FoundFaces>)
function findFacesUrlInput(contentType: string, imageUrl: ImageUrl, options: ImageModerationFindFacesUrlInputOptionalParams, callback: ServiceCallback<FoundFaces>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
- callback
コールバック。
findFacesUrlInput(string, ImageUrl, ServiceCallback<FoundFaces>)
function findFacesUrlInput(contentType: string, imageUrl: ImageUrl, callback: ServiceCallback<FoundFaces>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
- callback
コールバック。
matchFileInput(HttpRequestBody, ImageModerationMatchFileInputOptionalParams)
あいまい一致により、画像をカスタム画像リストの 1 つに一致させます。 この API を使用して、カスタム イメージ リストを作成および管理できます。
一致する画像の ID とタグを返します。
注: 更新インデックスは、応答に追加と削除が反映される前に、対応するイメージ リストで実行する必要があります。
function matchFileInput(imageStream: HttpRequestBody, options?: ImageModerationMatchFileInputOptionalParams): Promise<ImageModerationMatchFileInputResponse>
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
戻り値
Promise<Models.ImageModerationMatchFileInputResponse>
matchFileInput(HttpRequestBody, ImageModerationMatchFileInputOptionalParams, ServiceCallback<MatchResponse>)
function matchFileInput(imageStream: HttpRequestBody, options: ImageModerationMatchFileInputOptionalParams, callback: ServiceCallback<MatchResponse>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
- callback
コールバック。
matchFileInput(HttpRequestBody, ServiceCallback<MatchResponse>)
function matchFileInput(imageStream: HttpRequestBody, callback: ServiceCallback<MatchResponse>)
パラメーター
- imageStream
- HttpRequestBody
イメージ ファイル。
- callback
コールバック。
matchMethod(ImageModerationMatchMethodOptionalParams)
あいまい一致により、画像をカスタム画像リストの 1 つに一致させます。 この API を使用して、カスタム イメージ リストを作成および管理できます。
一致する画像の ID とタグを返します。
注: 更新インデックスは、応答に追加と削除が反映される前に、対応するイメージ リストで実行する必要があります。
function matchMethod(options?: ImageModerationMatchMethodOptionalParams): Promise<ImageModerationMatchMethodResponse>
パラメーター
省略可能なパラメーター
戻り値
Promise<ImageModerationMatchMethodResponse>
Promise<Models.ImageModerationMatchMethodResponse>
matchMethod(ImageModerationMatchMethodOptionalParams, ServiceCallback<MatchResponse>)
function matchMethod(options: ImageModerationMatchMethodOptionalParams, callback: ServiceCallback<MatchResponse>)
パラメーター
省略可能なパラメーター
- callback
コールバック。
matchMethod(ServiceCallback<MatchResponse>)
function matchMethod(callback: ServiceCallback<MatchResponse>)
パラメーター
- callback
コールバック。
matchUrlInput(string, ImageUrl, ImageModerationMatchUrlInputOptionalParams)
あいまい一致により、画像をカスタム画像リストの 1 つに一致させます。 この API を使用して、カスタム イメージ リストを作成および管理できます。
一致する画像の ID とタグを返します。
注: 更新インデックスは、応答に追加と削除が反映される前に、対応するイメージ リストで実行する必要があります。
function matchUrlInput(contentType: string, imageUrl: ImageUrl, options?: ImageModerationMatchUrlInputOptionalParams): Promise<ImageModerationMatchUrlInputResponse>
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
戻り値
Promise<ImageModerationMatchUrlInputResponse>
Promise<Models.ImageModerationMatchUrlInputResponse>
matchUrlInput(string, ImageUrl, ImageModerationMatchUrlInputOptionalParams, ServiceCallback<MatchResponse>)
function matchUrlInput(contentType: string, imageUrl: ImageUrl, options: ImageModerationMatchUrlInputOptionalParams, callback: ServiceCallback<MatchResponse>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
- callback
コールバック。
matchUrlInput(string, ImageUrl, ServiceCallback<MatchResponse>)
function matchUrlInput(contentType: string, imageUrl: ImageUrl, callback: ServiceCallback<MatchResponse>)
パラメーター
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
- callback
コールバック。
oCRFileInput(string, HttpRequestBody, ImageModerationOCRFileInputOptionalParams)
画像内で見つかった指定した言語のテキストをすべて返します。 入力に言語が指定されていない場合は、既定で英語に設定されます。
function oCRFileInput(language: string, imageStream: HttpRequestBody, options?: ImageModerationOCRFileInputOptionalParams): Promise<ImageModerationOCRFileInputResponse>
パラメーター
- language
-
string
用語の言語。
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
戻り値
Promise<ImageModerationOCRFileInputResponse>
Promise<Models.ImageModerationOCRFileInputResponse>
oCRFileInput(string, HttpRequestBody, ImageModerationOCRFileInputOptionalParams, ServiceCallback<OCR>)
function oCRFileInput(language: string, imageStream: HttpRequestBody, options: ImageModerationOCRFileInputOptionalParams, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
- imageStream
- HttpRequestBody
イメージ ファイル。
省略可能なパラメーター
- callback
コールバック。
oCRFileInput(string, HttpRequestBody, ServiceCallback<OCR>)
function oCRFileInput(language: string, imageStream: HttpRequestBody, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
- imageStream
- HttpRequestBody
イメージ ファイル。
- callback
コールバック。
oCRMethod(string, ImageModerationOCRMethodOptionalParams)
画像内で見つかった指定した言語のテキストをすべて返します。 入力に言語が指定されていない場合は、既定で英語に設定されます。
function oCRMethod(language: string, options?: ImageModerationOCRMethodOptionalParams): Promise<ImageModerationOCRMethodResponse>
パラメーター
- language
-
string
用語の言語。
省略可能なパラメーター
戻り値
Promise<ImageModerationOCRMethodResponse>
Promise<Models.ImageModerationOCRMethodResponse>
oCRMethod(string, ImageModerationOCRMethodOptionalParams, ServiceCallback<OCR>)
function oCRMethod(language: string, options: ImageModerationOCRMethodOptionalParams, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
省略可能なパラメーター
- callback
コールバック。
oCRMethod(string, ServiceCallback<OCR>)
function oCRMethod(language: string, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
- callback
コールバック。
oCRUrlInput(string, string, ImageUrl, ImageModerationOCRUrlInputOptionalParams)
画像内で見つかった指定した言語のテキストをすべて返します。 入力に言語が指定されていない場合は、既定で英語に設定されます。
function oCRUrlInput(language: string, contentType: string, imageUrl: ImageUrl, options?: ImageModerationOCRUrlInputOptionalParams): Promise<ImageModerationOCRUrlInputResponse>
パラメーター
- language
-
string
用語の言語。
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
戻り値
Promise<ImageModerationOCRUrlInputResponse>
Promise<Models.ImageModerationOCRUrlInputResponse>
oCRUrlInput(string, string, ImageUrl, ImageModerationOCRUrlInputOptionalParams, ServiceCallback<OCR>)
function oCRUrlInput(language: string, contentType: string, imageUrl: ImageUrl, options: ImageModerationOCRUrlInputOptionalParams, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
省略可能なパラメーター
- callback
コールバック。
oCRUrlInput(string, string, ImageUrl, ServiceCallback<OCR>)
function oCRUrlInput(language: string, contentType: string, imageUrl: ImageUrl, callback: ServiceCallback<OCR>)
パラメーター
- language
-
string
用語の言語。
- contentType
-
string
コンテンツの種類。
- imageUrl
- ImageUrl
イメージの URL。
- callback
コールバック。