Documents Data Type

Properties
name data type description
documentSnippets array of DocumentSnippet
documentList DocumentList

Example

{
  "documentSnippets" : [ {
    "snippets" : [ "...", "..." ],
    "title" : "...",
    "url" : "..."
  }, {
    "snippets" : [ "...", "..." ],
    "title" : "...",
    "url" : "..."
  } ],
  "documentList" : {
    "documents" : [ {
      "rawText" : "...",
      "language" : "...",
      "url" : "...",
      "created" : { },
      "title" : "...",
      "sourceType" : "..."
    }, {
      "rawText" : "...",
      "language" : "...",
      "url" : "...",
      "created" : { },
      "title" : "...",
      "sourceType" : "..."
    } ],
    "totalNumberOfDocumentsInResult" : 12345
  }
}