Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class TextGroundingMetadata.
Grounding details for text sources.
Generated from protobuf message google.cloud.discoveryengine.v1.AssistantGroundedContent.TextGroundingMetadata
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AssistantGroundedContentMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ segments |
array<TextGroundingMetadata\Segment>
Grounding information for parts of the text. |
↳ references |
array<TextGroundingMetadata\Reference>
References for the grounded text. |
getSegments
Grounding information for parts of the text.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSegments
Grounding information for parts of the text.
Parameter | |
---|---|
Name | Description |
var |
array<TextGroundingMetadata\Segment>
|
Returns | |
---|---|
Type | Description |
$this |
getReferences
References for the grounded text.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setReferences
References for the grounded text.
Parameter | |
---|---|
Name | Description |
var |
array<TextGroundingMetadata\Reference>
|
Returns | |
---|---|
Type | Description |
$this |