CitationMetadata

一組內容的來源作者資訊。

JSON 表示法
{
  "citationSources": [
    {
      object (CitationSource)
    }
  ]
}
欄位
citationSources[]

object (CitationSource)

引用特定回應的來源。

CitationSource

特定回應中部分來源的引用資訊。

JSON 表示法
{
  "startIndex": integer,
  "endIndex": integer,
  "uri": string,
  "license": string
}
欄位
startIndex

integer

選用設定。歸因於此來源的回應片段開頭。

索引代表區段的開始,以位元組為單位。

endIndex

integer

選用設定。歸因區隔的結尾 (不含)。

uri

string

選用設定。註明部分文字來源的 URI。

license

string

選用設定。歸因為區隔來源的 GitHub 專案授權。

你必須提供授權資訊,才能引用代碼。