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

Hachiang/face-beta3 #47201

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public partial class FaceSessionClient
/// <exception cref="ArgumentNullException"> <paramref name="jsonContent"/> is null. </exception>
/// <remarks> Please refer to https://learn.microsoft.com/rest/api/face/liveness-session-operations/create-liveness-with-verify-session-with-verify-image for more details. </remarks>
[ForwardsClientCalls]
public virtual async Task<Response<CreateLivenessWithVerifySessionResult>> CreateLivenessWithVerifySessionAsync(CreateLivenessWithVerifySessionContent jsonContent, Stream verifyImage, CancellationToken cancellationToken = default)
public virtual async Task<Response<LivenessWithVerifySession>> CreateLivenessWithVerifySessionAsync(CreateLivenessWithVerifySessionContent jsonContent, Stream verifyImage, CancellationToken cancellationToken = default)
{
Argument.AssertNotNull(jsonContent, nameof(jsonContent));

Expand All @@ -39,7 +39,7 @@ public virtual async Task<Response<CreateLivenessWithVerifySessionResult>> Creat
/// <exception cref="ArgumentNullException"> <paramref name="jsonContent"/> is null. </exception>
/// <remarks> Please refer to https://learn.microsoft.com/rest/api/face/liveness-session-operations/create-liveness-with-verify-session-with-verify-image for more details. </remarks>
[ForwardsClientCalls]
public virtual Response<CreateLivenessWithVerifySessionResult> CreateLivenessWithVerifySession(CreateLivenessWithVerifySessionContent jsonContent, Stream verifyImage, CancellationToken cancellationToken = default)
public virtual Response<LivenessWithVerifySession> CreateLivenessWithVerifySession(CreateLivenessWithVerifySessionContent jsonContent, Stream verifyImage, CancellationToken cancellationToken = default)
{
Argument.AssertNotNull(jsonContent, nameof(jsonContent));

Expand Down
285 changes: 125 additions & 160 deletions sdk/face/Azure.AI.Vision.Face/src/Generated/AIVisionFaceModelFactory.cs

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions sdk/face/Azure.AI.Vision.Face/src/Generated/AttemptStatus.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

97 changes: 0 additions & 97 deletions sdk/face/Azure.AI.Vision.Face/src/Generated/AuditRequestInfo.cs

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading