Package version:

Enumeration KnownStringIndexType

Known values of StringIndexType that the service accepts.

Enumeration Members

TextElementsV8: "TextElements_v8"

Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo.

UnicodeCodePoint: "UnicodeCodePoint"

Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python.

Utf16CodeUnit: "Utf16CodeUnit"

Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript.

Generated using TypeDoc