CitationMetadata

class CitationMetadata


Provides citation metadata for sourcing of content provided by the model between a given startIndex and endIndex.

Summary

Public properties

Int

The end of the citation.

String?

The license under which the cited work is distributed.

Int

The beginning of the citation.

String

The URI of the cited work.

Public properties

endIndex

val endIndexInt

The end of the citation.

license

val licenseString?

The license under which the cited work is distributed.

startIndex

val startIndexInt

The beginning of the citation.

uri

val uriString

The URI of the cited work.