RecognizePiiEntitiesAction.DisableServiceLogs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default value of this property is 'true'. This means, the Language service won't log your input text. Setting this property to 'false', enables logging your input text for 48 hours, solely to allow for troubleshooting issues.
Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and Microsoft Responsible AI principles at https://www.microsoft.com/ai/responsible-ai.
public bool? DisableServiceLogs { get; set; }
member this.DisableServiceLogs : Nullable<bool> with get, set
Public Property DisableServiceLogs As Nullable(Of Boolean)
Property Value
Remarks
This property only applies for V3_1, V2022_05_01, and newer.
Applies to
Azure SDK for .NET