Represents the search results.
JSON representation |
---|
{ "id": string, "document": { object ( |
Fields | |
---|---|
id |
|
document |
The document data snippet in the search response. Only fields that are marked as retrievable are populated. |
modelScores |
Google provided available scores. |
DoubleList
Double list.
JSON representation |
---|
{ "values": [ number ] } |
Fields | |
---|---|
values[] |
Double values. |