Share via


Split(String, ValueTuple<Int32,Int32>) Constructor

Definition

create a Split object using the token and the offset

public Split (string token, (int Index, int End) offset);
new Microsoft.ML.Tokenizers.Split : string * ValueTuple<int, int> -> Microsoft.ML.Tokenizers.Split
Public Sub New (token As String, offset As ValueTuple(Of Integer, Integer))

Parameters

token
String

Applies to