Click or drag to resize
ImageRecognitionServiceTimeoutInterval Property
Number of milliseconds after which the request for the image description is canceled.

Namespace: CMS.ComputerVision.Azure.Internal
Assembly: CMS.ComputerVision.Azure (in CMS.ComputerVision.Azure.dll) Version: 13.0.131
Syntax
C#
public virtual int TimeoutInterval { get; }

Property Value

Type: Int32

Implements

IImageRecognitionServiceTimeoutInterval
See Also