Uses of Class
ai.vectros.types.PartnerSearchResultSourceType
Packages that use PartnerSearchResultSourceType
-
Uses of PartnerSearchResultSourceType in ai.vectros.types
Fields in ai.vectros.types declared as PartnerSearchResultSourceTypeModifier and TypeFieldDescriptionstatic final PartnerSearchResultSourceTypePartnerSearchResultSourceType.GENERIC_RECORDstatic final PartnerSearchResultSourceTypePartnerSearchResultSourceType.PARTNER_DOCUMENTMethods in ai.vectros.types that return PartnerSearchResultSourceTypeModifier and TypeMethodDescriptionMethods in ai.vectros.types that return types with arguments of type PartnerSearchResultSourceTypeMethods in ai.vectros.types with parameters of type PartnerSearchResultSourceTypeModifier and TypeMethodDescriptionPartnerSearchResult.Builder.sourceType(PartnerSearchResultSourceType sourceType) Method parameters in ai.vectros.types with type arguments of type PartnerSearchResultSourceTypeModifier and TypeMethodDescriptionPartnerSearchResult.Builder.sourceType(Optional<PartnerSearchResultSourceType> 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.