Class AutocompletePagedResponse

    • Constructor Detail

      • AutocompletePagedResponse

        public AutocompletePagedResponse​(com.azure.core.http.rest.SimpleResponse<AutocompleteResult> autocompleteResponse)
        Creates an AutocompletePagedResponse from the returned Response.
        Parameters:
        autocompleteResponse - Autocomplete response returned from the service.
    • Method Detail

      • getCoverage

        public Double getCoverage()
        The percentage of the index covered in the autocomplete request.

        If minimumCoverage wasn't supplied in the request this will be null.

        Returns:
        The percentage of the index covered in the suggest request if minimumCoverage was set in the request, otherwise null.