ChunkMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata of the current chunk. This field is only populated on SearchService.Search API.
Attributes |
|
---|---|
Name | Description |
previous_chunks |
MutableSequence[google.cloud.discoveryengine_v1.types.Chunk]
The previous chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_previous_chunks. This field is only populated on SearchService.Search API. |
next_chunks |
MutableSequence[google.cloud.discoveryengine_v1.types.Chunk]
The next chunks of the current chunk. The number is controlled by SearchRequest.ContentSearchSpec.ChunkSpec.num_next_chunks. This field is only populated on SearchService.Search API. |