Show / Hide Table of Contents

    Interface IScriptAttribute

    This attribute stores the UTR #24 script value for a token of text.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inherited Members
    IAttribute.CopyTo(IAttribute)
    Namespace: Lucene.Net.Analysis.Icu.TokenAttributes
    Assembly: Lucene.Net.ICU.dll
    Syntax
    public interface IScriptAttribute : IAttribute

    Properties

    | Improve this Doc View Source

    Code

    Gets or Sets the numeric code for this script value.

    This is the constant value from .

    Declaration
    int Code { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    GetName()

    Get the full name.

    Declaration
    string GetName()
    Returns
    Type Description
    System.String

    UTR #24 full name.

    | Improve this Doc View Source

    GetShortName()

    Get the abbreviated name.

    Declaration
    string GetShortName()
    Returns
    Type Description
    System.String

    UTR #24 abbreviated name.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)