Skip to content

Commit 994c7f6

Browse files
phone and address change for dotnet sdk quickstart
1 parent 0db1561 commit 994c7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/Content-Moderator/dotnet-sdk-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ The following code uses a Content Moderator client to analyze a body of text and
123123
Then at the root of your project and add a *TextFile.txt* file. Add your own text to this file, or use the following sample text:
124124

125125
```
126-
Is this a grabage email [email protected], phone: 6657789887, IP: 255.255.255.255, 1 Microsoft Way, Redmond, WA 98052.
127-
Crap is the profanity here. Is this information PII? phone 3144444444
126+
Is this a grabage email [email protected], phone: 4255550111, IP: 255.255.255.255, 1234 Main Boulevard, Panapolis WA 96555.
127+
Crap is the profanity here. Is this information PII? phone 4255550111
128128
```
129129

130130
Add the following method call to your `Main` method:

0 commit comments

Comments
 (0)