Class TokenId
public class TokenId
- Inheritance
-
objectTokenId
Properties
Id
Required. The integer representation of the token for the model. Minimum: 0
public int Id { get; set; }
Property Value
- int
StringToken
Required. The string of the token.
public string StringToken { get; set; }
Property Value
- string
TokenBytes
Required. The bytes that constituted the token.
public List<int> TokenBytes { get; set; }
Property Value
- List<int>