Interface ApiTokenizeOutput

Hierarchy

  • ApiTokenizeOutput

Properties

execution_metadata: ApiExecutionMetadata

An Execution metadata structure.

n_tokens: number

The number of tokens of the input text.

text: string

The input text.

tokens: string[]

An array of tokens of the input text.

Generated using TypeDoc