ExtractiveSummarizeAction.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.
Indicates whether the service logs your input text for 48 hours, which is solely to allow for
troubleshooting, if needed. Setting this property to true
disables input logging and may limit our
ability to investigate any issues that occur. If not set, the service default is used.
Please see the Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details, and the 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)