Google Cloud Discovery Engine V1 Client - Class Citation (1.5.1)

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 \ Answer

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ start_indexint|string

Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

↳ end_indexint|string

End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

↳ sourcesarray<CitationSource>

Citation sources for the attributed segment.

getStartIndex

Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

Returns
TypeDescription
int|string

setStartIndex

Index indicates the start of the segment, measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getEndIndex

End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

Returns
TypeDescription
int|string

setEndIndex

End of the attributed segment, exclusive. Measured in bytes (UTF-8 unicode). If there are multi-byte characters,such as non-ASCII characters, the index measurement is longer than the string length.

Parameter
NameDescription
varint|string
Returns
TypeDescription
$this

getSources

Citation sources for the attributed segment.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSources

Citation sources for the attributed segment.

Parameter
NameDescription
vararray<CitationSource>
Returns
TypeDescription
$this