### YamlMime:JavaType uid: "com.azure.search.documents.util.SearchPagedResponse" fullName: "com.azure.search.documents.util.SearchPagedResponse" name: "SearchPagedResponse" nameWithType: "SearchPagedResponse" summary: "Represents an HTTP response from the search API request that contains a list of items deserialized into a ." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **SearchPagedResponse**
extends <Void,>" constructors: - uid: "com.azure.search.documents.util.SearchPagedResponse.SearchPagedResponse(com.azure.core.http.rest.Response>,java.lang.String,java.util.Map>,java.lang.Long,java.lang.Double)" fullName: "com.azure.search.documents.util.SearchPagedResponse.SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage)" name: "SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage)" nameWithType: "SearchPagedResponse.SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage)" summary: "Constructor" parameters: - description: "The response containing information such as the request, status code, headers, and values." name: "response" type: "<List<>>" - description: "Continuation token for the next operation." name: "continuationToken" type: "String" - description: "Facets contained in the search." name: "facets" type: "Map<String,List<>>" - description: "Total number of documents available as a result for the search." name: "count" type: "Long" - description: "Percent of the index used in the search operation." name: "coverage" type: "Double" syntax: "public SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage)" desc: "Constructor" - uid: "com.azure.search.documents.util.SearchPagedResponse.SearchPagedResponse(com.azure.core.http.rest.Response>,java.lang.String,java.util.Map>,java.lang.Long,java.lang.Double,java.util.List,com.azure.search.documents.models.SemanticErrorReason,com.azure.search.documents.models.SemanticSearchResultsType)" fullName: "com.azure.search.documents.util.SearchPagedResponse.SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage, List queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType)" name: "SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage, List queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType)" nameWithType: "SearchPagedResponse.SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage, List queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType)" summary: "Constructor" parameters: - description: "The response containing information such as the request, status code, headers, and values." name: "response" type: "<List<>>" - description: "Continuation token for the next operation." name: "continuationToken" type: "String" - description: "Facets contained in the search." name: "facets" type: "Map<String,List<>>" - description: "Total number of documents available as a result for the search." name: "count" type: "Long" - description: "Percent of the index used in the search operation." name: "coverage" type: "Double" - description: "Answers contained in the search." name: "queryAnswers" type: "List<>" - description: "Reason that a partial response was returned for a semantic search request." name: "semanticErrorReason" type: "" - description: "Type of the partial response returned for a semantic search request." name: "semanticSearchResultsType" type: "" syntax: "public SearchPagedResponse(Response> response, String continuationToken, Map> facets, Long count, Double coverage, List queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType)" desc: "Constructor" methods: - uid: "com.azure.search.documents.util.SearchPagedResponse.getValue()" fullName: "com.azure.search.documents.util.SearchPagedResponse.getValue()" name: "getValue()" nameWithType: "SearchPagedResponse.getValue()" syntax: "public List getValue()" returns: type: "List<>" type: "class" desc: "Represents an HTTP response from the search API request that contains a list of items deserialized into a . Each page contains additional information returned by the API request. In the Search API case the additional information is: count - number of total documents returned. Will be returned only if isIncludeTotalResultCount is set to true coverage - coverage value." metadata: {} package: "com.azure.search.documents.util" artifact: com.azure:azure-search-documents:11.7.1