File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sdk/healthdataaiservices/Azure.Health.Deidentification Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Basic code snippet to create your Deidentification Client and Deidentify a strin
4040 new DeidentificationClientOptions ()
4141 );
4242
43- DeidentificationContent content = new (" Hello, John!" , OperationType . Surrogate );
43+ DeidentificationContent content = new (" Hello, John!" );
4444
4545 Response < DeidentificationResult > result = client .DeidentifyText (content );
4646 string outputString = result .Value .OutputText ;
Original file line number Diff line number Diff line change 11additionalDirectories : []
22directory : specification/healthdataaiservices/HealthDataAIServices.DeidServices
3- commit : 517fdd6a18ca70530f952ff0fd82c093ec14746d
3+ commit : e571683c8e379db8ad78c22adde38f471dbf8536
44repo : Azure/azure-rest-api-specs
55
You can’t perform that action at this time.
0 commit comments