ImageModerationExtensions Class

Definition

Extension methods for ImageModeration.

public static class ImageModerationExtensions
type ImageModerationExtensions = class
Public Module ImageModerationExtensions
Inheritance
ImageModerationExtensions

Methods

EvaluateFileInput(IImageModeration, Stream, Nullable<Boolean>)

Returns probabilities of the image containing racy or adult content.

EvaluateFileInputAsync(IImageModeration, Stream, Nullable<Boolean>, CancellationToken)

Returns probabilities of the image containing racy or adult content.

EvaluateMethod(IImageModeration, Nullable<Boolean>)

Returns probabilities of the image containing racy or adult content.

EvaluateMethodAsync(IImageModeration, Nullable<Boolean>, CancellationToken)

Returns probabilities of the image containing racy or adult content.

EvaluateUrlInput(IImageModeration, String, BodyModel, Nullable<Boolean>)

Returns probabilities of the image containing racy or adult content.

EvaluateUrlInputAsync(IImageModeration, String, BodyModel, Nullable<Boolean>, CancellationToken)

Returns probabilities of the image containing racy or adult content.

FindFaces(IImageModeration, Nullable<Boolean>)

Returns the list of faces found.

FindFacesAsync(IImageModeration, Nullable<Boolean>, CancellationToken)

Returns the list of faces found.

FindFacesFileInput(IImageModeration, Stream, Nullable<Boolean>)

Returns the list of faces found.

FindFacesFileInputAsync(IImageModeration, Stream, Nullable<Boolean>, CancellationToken)

Returns the list of faces found.

FindFacesUrlInput(IImageModeration, String, BodyModel, Nullable<Boolean>)

Returns the list of faces found.

FindFacesUrlInputAsync(IImageModeration, String, BodyModel, Nullable<Boolean>, CancellationToken)

Returns the list of faces found.

MatchFileInput(IImageModeration, Stream, String, Nullable<Boolean>)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

MatchFileInputAsync(IImageModeration, Stream, String, Nullable<Boolean>, CancellationToken)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

MatchMethod(IImageModeration, String, Nullable<Boolean>)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

MatchMethodAsync(IImageModeration, String, Nullable<Boolean>, CancellationToken)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

MatchUrlInput(IImageModeration, String, BodyModel, String, Nullable<Boolean>)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

MatchUrlInputAsync(IImageModeration, String, BodyModel, String, Nullable<Boolean>, CancellationToken)

Fuzzily match an image against one of your custom Image Lists. You can create and manage your custom image lists using <a href="/docs/services/578ff44d2703741568569ab9/operations/578ff7b12703741568569abe">this</a> API.

Returns ID and tags of matching image.<br/> <br/> Note: Refresh Index must be run on the corresponding Image List before additions and removals are reflected in the response.

OCRFileInput(IImageModeration, String, Stream, Nullable<Boolean>, Nullable<Boolean>)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

OCRFileInputAsync(IImageModeration, String, Stream, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

OCRMethod(IImageModeration, String, Nullable<Boolean>, Nullable<Boolean>)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

OCRMethodAsync(IImageModeration, String, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

OCRUrlInput(IImageModeration, String, String, BodyModel, Nullable<Boolean>, Nullable<Boolean>)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

OCRUrlInputAsync(IImageModeration, String, String, BodyModel, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.

Applies to