- MaxTokens
- Specify the maximum number of tokens per chunk.
- MaxOverlapWords
- [Optional] Specify the number of words to carry over from the previous chunk.
Default: 0
- FirstNChunks
- [Optional] Specifies the number of chunks to return from the beginning of the output.
Default: 0
- OutputLength
- [Optional] Specifies the length of the output txt column.
Default: 6000
- SplittingStrategy
- [Optional] Specifies the method used to split the input text.
Valid values: 'WORDS', 'SENTENCES', and 'PARAGRAPHS'
Default: 'WORDS'
- IsDebug
- [Optional] When true, debug statements are added to a trace table that must be created beforehand. See Error Logs.
Only available with BYOM version 3.00.00.02 and later.
Unicode values are not supported in argument name-value pairs.