Click or drag to resize
LinkMediaSelectorGetImageDescriptionFromComputerVision Method
Returns an image description retrieved from the Azure Computer Vision service.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
protected string GetImageDescriptionFromComputerVision(
	Stream imageStream
)

Parameters

imageStream
Type: System.IOStream

Return Value

Type: String
See Also