Click or drag to resize
ImageRecognitionConstants Class
Image recognition feature constants.
Inheritance Hierarchy
SystemObject
  CMS.ComputerVision.Azure.InternalImageRecognitionConstants

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

The ImageRecognitionConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberENABLE_IMAGE_RECOGNITION_SETTING_KEY
Setting key for enabling the image recognition service.
Public fieldStatic memberIMAGE_RECOGNITION_API_ENDPOINT_SETTING_KEY
Setting key for the image recognition API endpoint.
Public fieldStatic memberIMAGE_RECOGNITION_API_KEY_SETTING_KEY
Setting key for the image recognition API key.
Public fieldStatic memberIMAGE_RECOGNITION_CONFIDENCE_SETTING_KEY
Setting key for the image recognition minimum confidence.
Top
See Also