menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TextIndexNormalization - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TextIndexNormalization

    Represents the properties of TextIndexNormalization element and its attributes

    Inheritance
    System.Object
    TextIndexNormalization
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Base.dll
    Syntax
    public class TextIndexNormalization

    Constructors

    TextIndexNormalization()

    Declaration
    public TextIndexNormalization()

    Properties

    Extension

    Gets the Extension object

    Declaration
    public Extension Extension { get; set; }
    Property Value
    Type
    Extension

    InField

    Gets "InField" value

    Declaration
    public string InField { get; }
    Property Value
    Type
    System.String

    InlineTable

    Gets the TableLocator object

    Declaration
    public InlineTable InlineTable { get; set; }
    Property Value
    Type
    InlineTable

    IsCaseSensitive

    Gets "IsCaseSensitive" value

    Declaration
    public bool IsCaseSensitive { get; }
    Property Value
    Type
    System.Boolean

    MaxLevenshteinDistance

    Gets "MaxLevenshteinDistance" value

    Declaration
    public int MaxLevenshteinDistance { get; }
    Property Value
    Type
    System.Int32

    OutField

    Gets "OutField" value

    Declaration
    public string OutField { get; }
    Property Value
    Type
    System.String

    Recursive

    Gets "Recursive" value

    Declaration
    public bool Recursive { get; }
    Property Value
    Type
    System.Boolean

    RegexField

    Gets "RegexField" value

    Declaration
    public string RegexField { get; }
    Property Value
    Type
    System.String

    TableLocator

    Gets the TableLocator object

    Declaration
    public TableLocator TableLocator { get; set; }
    Property Value
    Type
    TableLocator

    Tokenize

    Gets "Tokenize" value

    Declaration
    public bool Tokenize { get; }
    Property Value
    Type
    System.Boolean

    WordSeparatorCharacterRE

    Gets "WordSeparatorCharacterRE" value

    Declaration
    public string WordSeparatorCharacterRE { get; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved