EndUserSpec

使用者規格。

JSON 表示法
{
  "endUserMetadata": [
    {
      object (EndUserMetaData)
    }
  ]
}
欄位
endUserMetadata[]

object (EndUserMetaData)

選用。使用者中繼資料。

EndUserMetaData

使用者中繼資料。

JSON 表示法
{

  // The following is a list of mutually exclusive fields. At most one of the
  // fields will be set in a response:
  "chunkInfo": {
    object (ChunkInfo)
  }
  // End of mutually exclusive fields.
}
欄位
搜尋結果內容。以下列出互斥的欄位。回應中最多只會設定一個欄位:
chunkInfo

object (ChunkInfo)

區塊資訊。

互斥欄位的結尾。

ChunkInfo

區塊資訊。

JSON 表示法
{
  "content": string,
  "documentMetadata": {
    object (DocumentMetadata)
  }
}
欄位
content

string

將文字內容分塊。最多 8000 個半形字元。

documentMetadata

object (DocumentMetadata)

目前區塊的文件中繼資料。

DocumentMetadata

文件的中繼資料包含目前區塊的文件資訊。

JSON 表示法
{
  "title": string
}
欄位
title

string

文件標題。