Google Cloud Discovery Engine V1beta Client - Class SearchResult (0.11.1)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class SearchResult.

Represents the search results.

Generated from protobuf message google.cloud.discoveryengine.v1beta.SearchResponse.SearchResult

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ SearchResponse

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ id string

Document.id of the searched Document.

↳ document Google\Cloud\DiscoveryEngine\V1beta\Document

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

↳ model_scores array|Google\Protobuf\Internal\MapField

Google provided available scores.

getId

Document.id of the searched Document.

Returns
Type Description
string

setId

Document.id of the searched Document.

Parameter
Name Description
var string
Returns
Type Description
$this

getDocument

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

Returns
Type Description
Google\Cloud\DiscoveryEngine\V1beta\Document|null

hasDocument

clearDocument

setDocument

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

Parameter
Name Description
var Google\Cloud\DiscoveryEngine\V1beta\Document
Returns
Type Description
$this

getModelScores

Google provided available scores.

Returns
Type Description
Google\Protobuf\Internal\MapField

setModelScores

Google provided available scores.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this