Click or drag to resize
KenticoComputerVisionControllerGetDescription Method
Fetches the machine generated image description of an image.

Namespace: Kentico.Content.Web.Mvc.ComputerVision.Internal
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public Task<ActionResult> GetDescription(
	Guid guid,
	string type
)

Parameters

guid
Type: SystemGuid
File GUID
type
Type: SystemString
"attachment" for attachment description, "media" for media file description

Return Value

Type: TaskActionResult
See Also