Interface ChunkingConfig

Config for telling the service how to chunk the file.

interface ChunkingConfig {
    whiteSpaceConfig?: WhiteSpaceConfig;
}

Properties

whiteSpaceConfig?: WhiteSpaceConfig

White space chunking configuration.