End user specification.
JSON representation |
---|
{
"endUserMetadata": [
{
object ( |
Fields | |
---|---|
end |
Optional. End user metadata. |
EndUserMetaData
End user metadata.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field content . Search result content. content can be only one of the following: |
|
chunk |
Chunk information. |
ChunkInfo
Chunk information.
JSON representation |
---|
{
"content": string,
"documentMetadata": {
object ( |
Fields | |
---|---|
content |
Chunk textual content. It is limited to 8000 characters. |
document |
Metadata of the document from the current chunk. |
DocumentMetadata
Document metadata contains the information of the document of the current chunk.
JSON representation |
---|
{ "title": string } |
Fields | |
---|---|
title |
title of the document. |