SearchResult

Represents the search results.

JSON representation
{
  "id": string,
  "document": {
    object (Document)
  }
}
Fields
id

string

Document.id of the searched Document.

document

object (Document)

The document data snippet in the search response. Only fields that are marked as retrievable are populated.