How to use the azure-cognitiveservices-search-customsearch.azure.cognitiveservices.search.customsearch.models.search_response.SearchResponse function in azure-cognitiveservices-search-customsearch

To help you get started, we’ve selected a few azure-cognitiveservices-search-customsearch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-cognitiveservices-search-customsearch / azure / cognitiveservices / search / customsearch / models / search_response.py View on Github external
def __init__(self, **kwargs):
        super(SearchResponse, self).__init__(**kwargs)
        self.query_context = None
        self.web_pages = None
        self._type = 'SearchResponse'

azure-cognitiveservices-search-customsearch

Microsoft Azure Cognitive Services Custom Search Client Library for Python

MIT
Latest version published 3 months ago

Package Health Score

81 / 100
Full package analysis

Popular azure-cognitiveservices-search-customsearch functions

Similar packages