Class: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::ContentSearchSpec::ExtractiveContentSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb

Overview

The specification that configs the extractive content in search results.

Instance Attribute Summary collapse

Instance Attribute Details

#max_extractive_answer_count::Integer

Returns The max number of extractive answers returned in each search result.

An extractive answer is a verbatim answer extracted from the original document, which provides precise and contextually relevant answer to the search query.

If the number of matching answers is less than the extractive_answer_count, return all of the answers; otherwise, return the extractive_answer_count.

At most 5 answers will be returned for each SearchResult.

Returns:

  • (::Integer)

    The max number of extractive answers returned in each search result.

    An extractive answer is a verbatim answer extracted from the original document, which provides precise and contextually relevant answer to the search query.

    If the number of matching answers is less than the extractive_answer_count, return all of the answers; otherwise, return the extractive_answer_count.

    At most 5 answers will be returned for each SearchResult.



488
489
490
491
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 488

class ExtractiveContentSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_extractive_segment_count::Integer

The max number of extractive segments returned in each search result.

An extractive segment is a text segment extracted from the original document which is relevant to the search query and in general more verbose than an extrative answer. The segment could then be used as input for LLMs to generate summaries and answers.

If the number of matching segments is less than the max_extractive_segment_count, return all of the segments; otherwise, return the max_extractive_segment_count.

Currently one segment will be returned for each SearchResult.

Returns:

  • (::Integer)

    The max number of extractive segments returned in each search result.

    An extractive segment is a text segment extracted from the original document which is relevant to the search query and in general more verbose than an extrative answer. The segment could then be used as input for LLMs to generate summaries and answers.

    If the number of matching segments is less than the max_extractive_segment_count, return all of the segments; otherwise, return the max_extractive_segment_count.

    Currently one segment will be returned for each SearchResult.



488
489
490
491
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 488

class ExtractiveContentSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end