Table of Contents

Class CharacterLocationCitation

Namespace
AnthropicClient.Models
Assembly
AnthropicClient.dll

Represents a citation for specific locations within text content.

public class CharacterLocationCitation : Citation
Inheritance
CharacterLocationCitation
Inherited Members

Constructors

CharacterLocationCitation()

Initializes a new instance of the CharacterLocationCitation class.

public CharacterLocationCitation()

Properties

EndCharIndex

Gets the end character index of the citation.

[JsonPropertyName("end_char_index")]
public int EndCharIndex { get; init; }

Property Value

int

StartCharIndex

Gets the start character index of the citation.

[JsonPropertyName("start_char_index")]
public int StartCharIndex { get; init; }

Property Value

int