SearchResponse
پاسخ به درخواست جستجو برای کاربر تأیید شده، با توجه به یک پرس و جو.
نتیجه جستجو
نمایندگی JSON |
---|
{
"person": {
object (Person )
}
} |
فیلدها |
---|
person | object ( Person ) فرد همسان. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["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"]]