public interface TokenCountEstimator
| Modifier and Type | Method and Description |
|---|---|
int |
estimateTokenCount(DocumentSegment documentSegment) |
int |
estimateTokenCount(List<DocumentSegment> documentSegments) |
int |
estimateTokenCount(String text) |
int estimateTokenCount(String text)
int estimateTokenCount(DocumentSegment documentSegment)
int estimateTokenCount(List<DocumentSegment> documentSegments)
Copyright © 2023. All rights reserved.