Skip to content

Commit 246cc2b

Browse files
Update how-to-call-for-conversations.md
1 parent 82a44de commit 246cc2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/cognitive-services/language-service/personally-identifiable-information/how-to-call-for-conversations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ The API will attempt to detect all the [defined entity categories](concepts/conv
4545

4646
For spoken transcripts, the entities detected will be returned on the `redactionSource` parameter value provided. Currently, the supported values for `redactionSource` are `text`, `lexical`, `itn`, and `maskedItn` (which maps to Microsoft Speech to Text API's `display`\\`displayText`, `lexical`, `itn` and `maskedItn` format respectively). Additionally, for the spoken transcript input, this API will also provide audio timing information to empower audio redaction. For using the audioRedaction feature, use the optional `includeAudioRedaction` flag with `true` value. The audio redaction is performed based on the lexical input format.
4747

48+
> [!NOTE]
49+
> Conversation PII now supports 40,000 characters as document size.
50+
4851

4952
## Getting PII results
5053

0 commit comments

Comments
 (0)