Uses of Class
com.mindee.v2.parsing.search.BaseSearchResponse
-
Packages that use BaseSearchResponse Package Description com.mindee.v2 com.mindee.v2.clientoptions com.mindee.v2.http com.mindee.v2.parsing.search com.mindee.v2.search.models com.mindee.v2.search.ragdocuments -
-
Uses of BaseSearchResponse in com.mindee.v2
Methods in com.mindee.v2 with type parameters of type BaseSearchResponse Modifier and Type Method Description <TSearchResponse extends BaseSearchResponse>
TSearchResponseMindeeClient. search(BaseSearchParameters<TSearchResponse> searchParameters)Search for resources matching the given criteria. -
Uses of BaseSearchResponse in com.mindee.v2.clientoptions
Classes in com.mindee.v2.clientoptions with type parameters of type BaseSearchResponse Modifier and Type Class Description classBaseSearchParameters<TSearchResponse extends BaseSearchResponse>Base parameters for searches. -
Uses of BaseSearchResponse in com.mindee.v2.http
Methods in com.mindee.v2.http with type parameters of type BaseSearchResponse Modifier and Type Method Description abstract <TSearchResponse extends BaseSearchResponse>
TSearchResponseMindeeApiV2. reqGetSearch(BaseSearchParameters<TSearchResponse> parameters)Retrieves a list of resources with the given criteria.<TSearchResponse extends BaseSearchResponse>
TSearchResponseMindeeHttpApiV2. reqGetSearch(BaseSearchParameters<TSearchResponse> parameters) -
Uses of BaseSearchResponse in com.mindee.v2.parsing.search
Subclasses of BaseSearchResponse in com.mindee.v2.parsing.search Modifier and Type Class Description classSearchResponseDeprecated. -
Uses of BaseSearchResponse in com.mindee.v2.search.models
Subclasses of BaseSearchResponse in com.mindee.v2.search.models Modifier and Type Class Description classModelSearchResponseModels search response. -
Uses of BaseSearchResponse in com.mindee.v2.search.ragdocuments
Subclasses of BaseSearchResponse in com.mindee.v2.search.ragdocuments Modifier and Type Class Description classRagDocumentSearchResponse
-