Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageAnalysisSkill and read only collection #17534

Closed
snapfisher opened this issue Dec 15, 2020 · 3 comments
Closed

ImageAnalysisSkill and read only collection #17534

snapfisher opened this issue Dec 15, 2020 · 3 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search

Comments

@snapfisher
Copy link

Query/Question
For the ImageAnalysisSkill class, per Issue #11712, the VisualFeatures collection has been made read only. However, according to the ImageAnalysisSkill documentation here: https://docs.microsoft.com/en-us/azure/search/cognitive-search-skill-image-analysis
This field is supposed to be used to select the feature returned. Now you can no longer select? How is this supposed to work?

Thx.

Environment:
All. Azure.Search.Documents.Indexes.Models namespace

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Dec 15, 2020
@jsquire jsquire added Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Search labels Dec 15, 2020
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Dec 15, 2020
@jsquire
Copy link
Member

jsquire commented Dec 15, 2020

Thank you for your feedback. Tagging and routing to the team member best able to assist.

@tg-msft
Copy link
Member

tg-msft commented Dec 16, 2020

You can use list initializer syntax like new ImageAnalysisSkill { VisualFeatures = { ... } } or call IList.Add on VisualFeatures to provide values.

@tg-msft tg-msft removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Dec 16, 2020
@snapfisher
Copy link
Author

Thanks.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Search
Projects
None yet
Development

No branches or pull requests

3 participants