你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TextAnalyticsRequestOptions.DisableServiceLogs Property

Definition

The default value of this property is false except for methods like AnalyzeHealthcareEntities and RecognizePiiEntities. This means that the Language service logs your input text for 48 hours solely to allow for troubleshooting issues. Setting this property to true disables input logging and may limit our ability to investigate issues that occur.

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