Split(String, ValueTuple<Int32,Int32>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- offset
- ValueTuple<Int32,Int32>