Show / Hide Table of Contents

Class CohereCitationDocument

A citation source referencing a document.

Inheritance
object
CohereCitationDocument
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CohereCitationDocument

Properties

Document

Declaration
[JsonProperty(PropertyName = "document")]
public object Document { get; set; }
Property Value
Type Description
object

The actual document content or reference.

Id

Declaration
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

Unique identifier for the document.

In this article
Back to top