Class AnswerCitation (0.1.2)

AnswerCitation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Citation info for a segment.

Attributes

Name Description
start_index int
Output only. Indicates the start of the segment, measured in bytes (UTF-8 unicode), inclusive. If there are multi-byte characters, such as non-ASCII characters, the index measurement is longer than the string length.
end_index int
Output only. Indicates the end of the segment, measured in bytes (UTF-8 unicode), exclusive. If there are multi-byte characters, such as non-ASCII characters, the index measurement is longer than the string length.
sources MutableSequence[google.developer_knowledge_v1.types.Answer.CitationSource]
Output only. Contains citation sources for the attributed segment.