Package ai.extend.types
Interface DocumentProcessorRunCredits.CreditsStage
-
- All Known Implementing Classes:
DocumentProcessorRunCredits.Builder
- Enclosing class:
- DocumentProcessorRunCredits
public static interface DocumentProcessorRunCredits.CreditsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DocumentProcessorRunCredits._FinalStagecredits(double credits)The number of credits consumed specifically for document processing in this processor run.DocumentProcessorRunCredits.Builderfrom(DocumentProcessorRunCredits other)
-
-
-
Method Detail
-
credits
DocumentProcessorRunCredits._FinalStage credits(double credits)
The number of credits consumed specifically for document processing in this processor run. This does not include file parsing credits.
-
from
DocumentProcessorRunCredits.Builder from(DocumentProcessorRunCredits other)
-
-