ImageRecognitionService Class |
Namespace: CMS.ComputerVision.Azure.Internal
public class ImageRecognitionService : IImageRecognitionService
The ImageRecognitionService type exposes the following members.
Name | Description | |
---|---|---|
ImageRecognitionService |
Creates an instance of the ImageRecognitionService class.
|
Name | Description | |
---|---|---|
Language |
Language in which the image description should be returned. The default language is English (en).
For other supported languages see https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/language-support#image-analysis.
| |
TimeoutInterval |
Number of milliseconds after which the request for the image description is canceled.
|
Name | Description | |
---|---|---|
GetImageDescriptionAsync |
Returns a description of the provided image.
|