Uses of Class
ai.vectros.types.SearchResultSourceType
Packages that use SearchResultSourceType
-
Uses of SearchResultSourceType in ai.vectros.types
Fields in ai.vectros.types declared as SearchResultSourceTypeModifier and TypeFieldDescriptionstatic final SearchResultSourceTypeSearchResultSourceType.GENERIC_RECORDstatic final SearchResultSourceTypeSearchResultSourceType.PARTNER_DOCUMENTMethods in ai.vectros.types that return SearchResultSourceTypeMethods in ai.vectros.types that return types with arguments of type SearchResultSourceTypeMethods in ai.vectros.types with parameters of type SearchResultSourceTypeModifier and TypeMethodDescriptionSearchResult.Builder.sourceType(SearchResultSourceType sourceType) Method parameters in ai.vectros.types with type arguments of type SearchResultSourceTypeModifier and TypeMethodDescriptionSearchResult.Builder.sourceType(Optional<SearchResultSourceType> sourceType) Indicates what kind of source item this result came from:PartnerDocumentfor documents ingested viaPOST /v1/documentsorPOST /v1/documents/upload, andGenericRecordfor typed records created viaPOST /v1/records.