Uses of Class
ai.vectros.types.CountAndCredits
Packages that use CountAndCredits
-
Uses of CountAndCredits in ai.vectros.types
Methods in ai.vectros.types that return CountAndCreditsMethods in ai.vectros.types that return types with arguments of type CountAndCreditsModifier and TypeMethodDescriptionDocumentIngest.getFile()QueryCounts.getHybrid()QueryCounts.getSemantic()DocumentIngest.getText()QueryCounts.getText()Methods in ai.vectros.types with parameters of type CountAndCreditsModifier and TypeMethodDescriptionDocumentIngest.Builder.file(CountAndCredits file) CountAndCredits.Builder.from(CountAndCredits other) QueryCounts.Builder.hybrid(CountAndCredits hybrid) QueryCounts.Builder.semantic(CountAndCredits semantic) DocumentIngest.Builder.text(CountAndCredits text) QueryCounts.Builder.text(CountAndCredits text) Method parameters in ai.vectros.types with type arguments of type CountAndCreditsModifier and TypeMethodDescriptionDocumentIngest.Builder.file(Optional<CountAndCredits> file) QueryCounts.Builder.hybrid(Optional<CountAndCredits> hybrid) QueryCounts.Builder.semantic(Optional<CountAndCredits> semantic) DocumentIngest.Builder.text(Optional<CountAndCredits> text) QueryCounts.Builder.text(Optional<CountAndCredits> text)