- 0.49.0 (latest)
- 0.48.0
- 0.47.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder extends GeneratedMessageV3.Builder<SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder> implements SearchRequest.ContentSearchSpec.ExtractiveContentSpecOrBuilder
The specification that configs the extractive content in search results.
Protobuf type
google.cloud.discoveryengine.v1beta.SearchRequest.ContentSearchSpec.ExtractiveContentSpec
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SearchRequest.ContentSearchSpec.ExtractiveContentSpec.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
build()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec build()
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec |
buildPartial()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec buildPartial()
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec |
clear()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clear()
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
clearField(Descriptors.FieldDescriptor field)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
clearMaxExtractiveAnswerCount()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clearMaxExtractiveAnswerCount()
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 |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder | This builder for chaining. |
clearMaxExtractiveSegmentCount()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clearMaxExtractiveSegmentCount()
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 |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
clone()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder clone()
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
getDefaultInstanceForType()
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMaxExtractiveAnswerCount()
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. |
getMaxExtractiveSegmentCount()
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SearchRequest.ContentSearchSpec.ExtractiveContentSpec other)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder mergeFrom(SearchRequest.ContentSearchSpec.ExtractiveContentSpec other)
Parameter | |
---|---|
Name | Description |
other | SearchRequest.ContentSearchSpec.ExtractiveContentSpec |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
setMaxExtractiveAnswerCount(int value)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder setMaxExtractiveAnswerCount(int value)
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;
Parameter | |
---|---|
Name | Description |
value | int The maxExtractiveAnswerCount to set. |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder | This builder for chaining. |
setMaxExtractiveSegmentCount(int value)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder setMaxExtractiveSegmentCount(int value)
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;
Parameter | |
---|---|
Name | Description |
value | int The maxExtractiveSegmentCount to set. |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SearchRequest.ContentSearchSpec.ExtractiveContentSpec.Builder |