Can I get the "Embedded metadata" by Search API?

I want to know that how to get the value of "Embedded metadata".
The value of "image_metadata" that gets by Search API is empty.
Can I get the "Embedded metadata" by Search API?
I have been using .NET SDK.
- Request
SearchResult result = cloudinary.Search()
.Expression("metadata.ModelEnum=TEST")
.WithField("image_metadata")
.MaxResults(10)
.Execute();
- Response
{
"total_count": 1,
"time": 3,
"resources": [{
...
"tags": [],
"image_metadata": {},
"status": "active",
"access_mode": "public",
"access_control": null,
"etag": "74c5092e07b1b0364c097df376b2ccf1",
"metadata": {
"ModelEnum": "TEST"
},
...
}
]
}-
Hi,
Thanks for contacting us.
The 'image_metadata' and 'image_analysis' fields are usable in our search API if your account has the "Tier 2" index of our advanced search API enabled: https://cloudinary.com/documentation/search_api#tiersIf you're a current enterprise customer without the Tier 2 index enabled, please submit a request directly with your account details and we can set it up for you. It's also available as a paid add-on to our self-service Advanced plan and higher
Thanks,
Stephen0 -
Thank you for your support.
0 -
You're welcome; please let us know if there's anything else we can help with
0
Post is closed for comments.
Comments
3 comments