The tokenization result.

interface TextTokenizeResponse {
    model_id: string;
    result: WatsonXAI.TextTokenizeResult;
}

Properties

Properties

model_id: string

The id of the model to be used for this request. Please refer to the list of models.

The result of tokenizing the input string.