Record
image-search-results
No description available.
record image-search-results {
data: list<image>,
insights: option<insights>,
message: option<string>,
page: option<s32>,
per-page: option<s32>,
search-id: string,
spellcheck-info: option<image-search-results-spellcheck-info>,
total-count: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| data | list<image> | |
| insights | option<insights> | |
| message | option<string> | |
| page | option<s32> | |
| per-page | option<s32> | |
| search-id | string | |
| spellcheck-info | option<image-search-results-spellcheck-info> | |
| total-count | s32 |