Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Citation.
Citation info for a segment.
Generated from protobuf message google.cloud.discoveryengine.v1.Answer.Citation
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AnswerMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ start_index
int|string
Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
↳ end_index
int|string
End of the attributed segment, exclusive.
↳ sources
array< Google\Cloud\DiscoveryEngine\V1\Answer\CitationSource
>
Citation sources for the attributed segment.
getStartIndex
Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
int|string
setStartIndex
Index indicates the start of the segment, measured in bytes (UTF-8 unicode).
var
int|string
$this
getEndIndex
End of the attributed segment, exclusive.
int|string
setEndIndex
End of the attributed segment, exclusive.
var
int|string
$this
getSources
Citation sources for the attributed segment.
setSources
Citation sources for the attributed segment.
$this

