-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Create SDK for Face API from TypeSpec and customization. #40023
Create SDK for Face API from TypeSpec and customization. #40023
Conversation
Thank you for your contribution @leareai! We will review the pull request and get back to you soon. |
7fe7e91
to
8b687c3
Compare
/azp run prepare-pipelines |
Commenter does not have sufficient privileges for PR 40023 in repo Azure/azure-sdk-for-java |
...-ai-vision-face/src/samples/java/com/azure/ai/vision/face/samples/DetectLivenessSamples.java
Outdated
Show resolved
Hide resolved
...-ai-vision-face/src/samples/java/com/azure/ai/vision/face/samples/DetectLivenessSamples.java
Outdated
Show resolved
Hide resolved
/azp run prepare-pipelines |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - face - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
API change check APIView has identified API level changes in this PR and created following API reviews. |
a19a745
to
88ea2ed
Compare
49843a0
to
73d4b76
Compare
.../azure-ai-vision-face/src/main/java/com/azure/ai/vision/face/implementation/ClientUtils.java
Outdated
Show resolved
Hide resolved
.../azure-ai-vision-face/src/main/java/com/azure/ai/vision/face/implementation/ClientUtils.java
Outdated
Show resolved
Hide resolved
41d5274
to
14c7da9
Compare
Merge bf7503960c4fd0c51e5608ae1cea0c04bfbadeb1 into acea819f6b350a1e2d598d02628a1719b5f9da5d
3ee86c7
to
be44cff
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure
- no privacy issue for the photos
- none of these file is large
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
All the photos are from our official documentation. We also confirmed with the owner of the documentations that we can use it without any privacy issues.
-
All the images are small. Most of them are less then 99K. Only four out of them are around 300-500K
38cae3f
to
24db7ba
Compare
1. Update pom.xml 1-1. Update dependency version 1-2. Lower Jacoco test coverage threshold 2. Add README.md 3. CHANGELOG.md
24db7ba
to
e8fb5d7
Compare
e8fb5d7
to
12dca01
Compare
Description
This PR contains code generated from [Migrate existing Azure AI Face service to TypeSpec azure-rest-api-specs#27576.] (Azure/azure-rest-api-specs#27576)
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines