How to use the azure-cognitiveservices-search-customsearch.azure.cognitiveservices.search.customsearch.models.search_results_answer.SearchResultsAnswer 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_results_answer.py View on Github external
def __init__(self, **kwargs):
        super(SearchResultsAnswer, self).__init__(**kwargs)
        self.query_context = None
        self.total_estimated_matches = None
        self.is_family_friendly = None
        self._type = 'SearchResultsAnswer'

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