Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ChunkContent.
Chunk content.
Generated from protobuf message google.cloud.discoveryengine.v1.Answer.Reference.UnstructuredDocumentInfo.ChunkContent
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Answer \ Reference \ UnstructuredDocumentInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Chunk textual content. |
↳ page_identifier |
string
Page identifier. |
↳ relevance_score |
float
The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant). This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation. |
getContent
Chunk textual content.
Returns | |
---|---|
Type | Description |
string |
setContent
Chunk textual content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageIdentifier
Page identifier.
Returns | |
---|---|
Type | Description |
string |
setPageIdentifier
Page identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRelevanceScore
The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant).
This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.
Returns | |
---|---|
Type | Description |
float |
hasRelevanceScore
clearRelevanceScore
setRelevanceScore
The relevance of the chunk for a given query. Values range from 0.0 (completely irrelevant) to 1.0 (completely relevant).
This value is for informational purpose only. It may change for the same query and chunk at any time due to a model retraining or change in implementation.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |