Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class DocumentMetadata.
Document metadata contains the information of the document of the current chunk.
Generated from protobuf message google.cloud.discoveryengine.v1.AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfo.DocumentMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AnswerQueryRequest \ SearchSpec \ SearchResultList \ SearchResult \ ChunkInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Uri of the document. |
↳ title |
string
Title of the document. |
getUri
Uri of the document.
Returns | |
---|---|
Type | Description |
string |
setUri
Uri of the document.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTitle
Title of the document.
Returns | |
---|---|
Type | Description |
string |
setTitle
Title of the document.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |