Skip to content

Commit

Permalink
tsp-client update to Azure/azure-rest-api-specs:60161e2f7d24680d91db0…
Browse files Browse the repository at this point in the history
…685e1912cfe85ba13d9
  • Loading branch information
Chung Sheng Fu authored and Chung Sheng Fu committed May 22, 2024
1 parent e48da8e commit 2189b83
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 44 deletions.
13 changes: 2 additions & 11 deletions sdk/face/ai-vision-face-rest/review/ai-vision-face.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -896,15 +896,6 @@ export interface CreateLivenessSessionContent {
sendResultsToClient?: boolean;
}

// @public
export interface CreateLivenessSessionContentForMultipart {
authTokenTimeToLiveInSeconds?: number;
deviceCorrelationId?: string;
deviceCorrelationIdSetInClient?: boolean;
livenessOperationMode: LivenessOperationMode;
sendResultsToClient?: boolean;
}

// @public (undocumented)
export interface CreateLivenessSessionDefaultHeaders {
"x-ms-error-code"?: string;
Expand Down Expand Up @@ -949,7 +940,7 @@ export type CreateLivenessWithVerifySessionContent = FormData | Array<CreateLive
// @public (undocumented)
export interface CreateLivenessWithVerifySessionContentParametersPartDescriptor {
// (undocumented)
body: CreateLivenessSessionContentForMultipart;
body: CreateLivenessSessionContent;
// (undocumented)
name: "Parameters";
}
Expand Down Expand Up @@ -3850,7 +3841,7 @@ export type LivenessDecisionOutput = string | "uncertain" | "realface" | "spooff
export type LivenessModelOutput = string | "2020-02-15-preview.01" | "2021-11-12-preview.03" | "2022-10-15-preview.04" | "2023-03-02-preview.05";

// @public
export type LivenessOperationMode = string | "Passive";
export type LivenessOperationMode = string | "Passive" | "PassiveActive";

// @public
export interface LivenessOutputsTargetOutput {
Expand Down
Loading

0 comments on commit 2189b83

Please sign in to comment.