Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::SearchRequest::RelevanceScoreSpec (v2.1.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::SearchRequest::RelevanceScoreSpec.

The specification for returning the document relevance score.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#return_relevance_score

def return_relevance_score() -> ::Boolean
Returns
  • (::Boolean) — Optional. Whether to return the relevance score for search results. The higher the score, the more relevant the document is to the query.

#return_relevance_score=

def return_relevance_score=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Whether to return the relevance score for search results. The higher the score, the more relevant the document is to the query.
Returns
  • (::Boolean) — Optional. Whether to return the relevance score for search results. The higher the score, the more relevant the document is to the query.