EntityNormalizedText Property

Normalized extracted text, if supported for the ItemType.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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