menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class TextIndexNormalization

    Represents the properties of TextIndexNormalization element and its attributes

    Inheritance
    System.Object
    TextIndexNormalization
    Namespace: Syncfusion.PMML
    Assembly: Syncfusion.PMML.Portable.dll
    Syntax
    public class TextIndexNormalization : Object

    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