⛏️generateCaptionAndTagsFromImage
Description
Generate caption and tags for an image.
Parameters
Parameter
Type
Description
imageUrl
string
mage URL
Response
Parameter
Type
Description
caption
string
generated caption for the image
message
string
message about the request
status
int
1 for successfull execution
-1 for any error occurs during the execution of the request
tags
list[string]
list if generated tags
Example Request and Response
Prerequisites
Before making requests with NEST® SDK, you must have it installed.
You can install NEST® SDK using either npm
or yarn
. Use the following commands to install NEST® SDK:
Request
Here is an example of how to make a generateCaptionAndTagsFromImage
request using the NEST® SDK:
Response
Last updated