SearchResponse
क्वेरी के आधार पर, पुष्टि किए गए उपयोगकर्ता के लिए खोज के अनुरोध का जवाब.
JSON के काेड में दिखाना |
{
"results": [
{
object (SearchResult )
}
]
} |
SearchResult
JSON के काेड में दिखाना |
{
"person": {
object (Person )
}
} |
फ़ील्ड |
person |
object (Person )
मेल खाने वाला व्यक्ति.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["This documentation details the response to a search request, providing the structure of the returned data in JSON format."],["The response includes a list of search results, with each result containing information about a matched person."],["The `SearchResult` object within the response provides access to the detailed `Person` object, which contains further information about the individual."]]],["The core content defines the structure of a search response. A search request returns a JSON object containing an array of `results`. Each `result` is a `SearchResult` object, which in turn contains a `person` object. The `results` array holds the matched people found from the search query, with each person represented by their respective object. The schema is described using JSON.\n"]]