KenticoComputerVisionControllerGetDescription Method |
Fetches the machine generated image description of an image.
Namespace: Kentico.Content.Web.Mvc.ComputerVision.InternalAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax 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:
TaskActionResultSee Also