Click or drag to resize

EntityNormalizedText Property

Normalized extracted text, if supported for the ItemType.

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public string NormalizedText { get; set; }

Property Value

String
Remarks
As an example, person names, postal addresses, etc. can be written in different formats. This field will hold a standardized conversion of Text property.
See Also