Document captures all raw metadata information of items to be recommended or searched.
| JSON representation |
|---|
{ "document": string, // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "jsonData": string // End of mutually exclusive fields. } |
| Fields | |
|---|---|
document |
Required. Full resource name of the referenced document, in the format |
| Output format of the processed document. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
jsonData |
The JSON string representation of the processed document. |
| End of mutually exclusive fields. | |