Sdílet prostřednictvím


TokenizerResult.Offsets Vlastnost

Definice

Získá seznam posunů. Tyto posuny umožňují rozdělit vstupní řetězec a načíst tak původní část, která vedla k vytvoření odpovídajícího tokenu.

[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Index", "End" })]
public System.Collections.Generic.IReadOnlyList<(int Index, int End)> Offsets { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Index", "End" })>]
member this.Offsets : System.Collections.Generic.IReadOnlyList<ValueTuple<int, int>>
Public ReadOnly Property Offsets As IReadOnlyList(Of ValueTuple(Of Integer, Integer))

Hodnota vlastnosti

Atributy

Platí pro