SearchResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes |
|
---|---|
Name | Description |
document |
str
Document resource name. |
uri |
str
URI for the document. |
title |
str
Title. |
snippet_info |
MutableSequence[google.cloud.discoveryengine_v1alpha.types.Answer.Step.Action.Observation.SearchResult.SnippetInfo]
If citation_type is DOCUMENT_LEVEL_CITATION, populate document level snippets. |
chunk_info |
MutableSequence[google.cloud.discoveryengine_v1alpha.types.Answer.Step.Action.Observation.SearchResult.ChunkInfo]
If citation_type is CHUNK_LEVEL_CITATION and chunk mode is on, populate chunk info. |
struct_data |
google.protobuf.struct_pb2.Struct
Data representation. The structured JSON data for the document. It's populated from the struct data from the Document , or the Chunk in search result . |
Classes
ChunkInfo
ChunkInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Chunk information.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
SnippetInfo
SnippetInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Snippet information.