Class AcronymToken
A Token representing acronyms.
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Tokenization.Tokens
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[DataContract]
public class AcronymToken : Token, ICloneable<Token>
Constructors
AcronymToken()
Initializes a new instance of the AcronymToken class.
Declaration
public AcronymToken()
AcronymToken(string)
Initializes a new instance of the AcronymToken class.
Declaration
public AcronymToken(string text)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | The text. |
Properties
Type
Gets the type of Token.
Declaration
[DataMember(Name = "type")]
protected override string Type { get; }
Property Value
| Type | Description |
|---|---|
| string | The type. |