Click or drag to resize
ImageRecognitionService Class
Implementation of the image recognition service.
Inheritance Hierarchy
SystemObject
  CMS.ComputerVision.Azure.InternalImageRecognitionService

Namespace: CMS.ComputerVision.Azure.Internal
Assembly: CMS.ComputerVision.Azure (in CMS.ComputerVision.Azure.dll) Version: 13.0.131
Syntax
C#
public class ImageRecognitionService : IImageRecognitionService

The ImageRecognitionService type exposes the following members.

Constructors
  NameDescription
Public methodImageRecognitionService
Creates an instance of the ImageRecognitionService class.
Top
Properties
  NameDescription
Public propertyLanguage
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.
Public propertyTimeoutInterval
Number of milliseconds after which the request for the image description is canceled.
Top
Methods
  NameDescription
Public methodGetImageDescriptionAsync
Returns a description of the provided image.
Top
See Also