Send feedback
Class SearchRequest.ContentSearchSpec.ExtractiveContentSpec (0.18.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.18.0 keyboard_arrow_down
public static final class SearchRequest . ContentSearchSpec . ExtractiveContentSpec extends GeneratedMessageV3 implements SearchRequest . ContentSearchSpec . ExtractiveContentSpecOrBuilder
The specification that configs the extractive content in search results.
Protobuf type
google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ExtractiveContentSpec
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int MAX_EXTRACTIVE_ANSWER_COUNT_FIELD_NUMBER
Field Value Type Description int
public static final int MAX_EXTRACTIVE_SEGMENT_COUNT_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec . Builder newBuilder ()
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec . Builder newBuilder ( SearchRequest . ContentSearchSpec . ExtractiveContentSpec prototype )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseDelimitedFrom ( InputStream input )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( ByteString data )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( CodedInputStream input )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( InputStream input )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( ByteBuffer data )
public static SearchRequest . ContentSearchSpec . ExtractiveContentSpec parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<SearchRequest . ContentSearchSpec . ExtractiveContentSpec > parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public SearchRequest . ContentSearchSpec . ExtractiveContentSpec getDefaultInstanceForType ()
public int getMaxExtractiveAnswerCount ()
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.
int32 max_extractive_answer_count = 1;
Returns Type Description int
The maxExtractiveAnswerCount.
public int getMaxExtractiveSegmentCount ()
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.
int32 max_extractive_segment_count = 2;
Returns Type Description int
The maxExtractiveSegmentCount.
public Parser<SearchRequest . ContentSearchSpec . ExtractiveContentSpec > getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public SearchRequest . ContentSearchSpec . ExtractiveContentSpec . Builder newBuilderForType ()
protected SearchRequest . ContentSearchSpec . ExtractiveContentSpec . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public SearchRequest . ContentSearchSpec . ExtractiveContentSpec . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]