Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ChunkInfo.
Chunk information.
Generated from protobuf message google.cloud.discoveryengine.v1.AnswerQueryRequest.SearchSpec.SearchResultList.SearchResult.ChunkInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AnswerQueryRequest \ SearchSpec \ SearchResultList \ SearchResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ chunk | stringChunk resource name. | 
| ↳ content | stringChunk textual content. | 
| ↳ document_metadata | ChunkInfo\DocumentMetadataMetadata of the document from the current chunk. | 
getChunk
Chunk resource name.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setChunk
Chunk resource name.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getContent
Chunk textual content.
| Returns | |
|---|---|
| Type | Description | 
| string | |
setContent
Chunk textual content.
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getDocumentMetadata
Metadata of the document from the current chunk.
| Returns | |
|---|---|
| Type | Description | 
| ChunkInfo\DocumentMetadata|null | |
hasDocumentMetadata
clearDocumentMetadata
setDocumentMetadata
Metadata of the document from the current chunk.
| Parameter | |
|---|---|
| Name | Description | 
| var | ChunkInfo\DocumentMetadata | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |