ImageModerations Interface
Definition
An instance of this class provides access to all the operations defined in ImageModerations.
public interface ImageModerations
Methods
| evaluateFileInput() |
Returns probabilities of the image containing racy or adult content.
|
| evaluateFileInput(byte[] imageStream, EvaluateFileInputOptionalParameter evaluateFileInputOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| evaluateFileInputAsync(byte[] imageStream, EvaluateFileInputOptionalParameter evaluateFileInputOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| evaluateMethod() |
Returns probabilities of the image containing racy or adult content.
|
| evaluateMethod(EvaluateMethodOptionalParameter evaluateMethodOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| evaluateMethodAsync(EvaluateMethodOptionalParameter evaluateMethodOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| evaluateUrlInput() |
Returns probabilities of the image containing racy or adult content.
|
| evaluateUrlInput(String contentType, BodyModelModel imageUrl, EvaluateUrlInputOptionalParameter evaluateUrlInputOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| evaluateUrlInputAsync(String contentType, BodyModelModel imageUrl, EvaluateUrlInputOptionalParameter evaluateUrlInputOptionalParameter) |
Returns probabilities of the image containing racy or adult content.
|
| findFaces() |
Returns the list of faces found.
|
| findFaces(FindFacesOptionalParameter findFacesOptionalParameter) |
Returns the list of faces found.
|
| findFacesAsync(FindFacesOptionalParameter findFacesOptionalParameter) |
Returns the list of faces found.
|
| findFacesFileInput() |
Returns the list of faces found.
|
| findFacesFileInput(byte[] imageStream, FindFacesFileInputOptionalParameter findFacesFileInputOptionalParameter) |
Returns the list of faces found.
|
| findFacesFileInputAsync(byte[] imageStream, FindFacesFileInputOptionalParameter findFacesFileInputOptionalParameter) |
Returns the list of faces found.
|
| findFacesUrlInput() |
Returns the list of faces found.
|
| findFacesUrlInput(String contentType, BodyModelModel imageUrl, FindFacesUrlInputOptionalParameter findFacesUrlInputOptionalParameter) |
Returns the list of faces found.
|
| findFacesUrlInputAsync(String contentType, BodyModelModel imageUrl, FindFacesUrlInputOptionalParameter findFacesUrlInputOptionalParameter) |
Returns the list of faces found.
|
| matchFileInput() |
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.
|
| matchFileInput(byte[] imageStream, MatchFileInputOptionalParameter matchFileInputOptionalParameter) |
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(byte[] imageStream, MatchFileInputOptionalParameter matchFileInputOptionalParameter) |
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() |
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(MatchMethodOptionalParameter matchMethodOptionalParameter) |
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(MatchMethodOptionalParameter matchMethodOptionalParameter) |
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() |
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(String contentType, BodyModelModel imageUrl, MatchUrlInputOptionalParameter matchUrlInputOptionalParameter) |
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(String contentType, BodyModelModel imageUrl, MatchUrlInputOptionalParameter matchUrlInputOptionalParameter) |
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() |
Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.
|
| oCRFileInput(String language, byte[] imageStream, OCRFileInputOptionalParameter oCRFileInputOptionalParameter) |
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(String language, byte[] imageStream, OCRFileInputOptionalParameter oCRFileInputOptionalParameter) |
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() |
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(String language, OCRMethodOptionalParameter oCRMethodOptionalParameter) |
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(String language, OCRMethodOptionalParameter oCRMethodOptionalParameter) |
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() |
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(String language, String contentType, BodyModelModel imageUrl, OCRUrlInputOptionalParameter oCRUrlInputOptionalParameter) |
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(String language, String contentType, BodyModelModel imageUrl, OCRUrlInputOptionalParameter oCRUrlInputOptionalParameter) |
Returns any text found in the image for the language specified. If no language is specified in input then the detection defaults to English.
|