Skip to content

Commit

Permalink
Update README sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexa Thomases committed Nov 20, 2024
1 parent 07eaa32 commit 7fb69d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Basic code snippet to create your Deidentification Client and Deidentify a strin
new DeidentificationClientOptions()
);

DeidentificationContent content = new("Hello, John!", OperationType.Surrogate);
DeidentificationContent content = new("Hello, John!");

Response<DeidentificationResult> result = client.DeidentifyText(content);
string outputString = result.Value.OutputText;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
additionalDirectories: []
directory: specification/healthdataaiservices/HealthDataAIServices.DeidServices
commit: 517fdd6a18ca70530f952ff0fd82c093ec14746d
commit: e571683c8e379db8ad78c22adde38f471dbf8536
repo: Azure/azure-rest-api-specs

0 comments on commit 7fb69d2

Please sign in to comment.