Class ContentBlockLocationCitation
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a citation for content blocks within custom content.
public class ContentBlockLocationCitation : Citation
- Inheritance
-
ContentBlockLocationCitation
- Inherited Members
Constructors
ContentBlockLocationCitation()
Initializes a new instance of the ContentBlockLocationCitation class.
public ContentBlockLocationCitation()
Properties
EndBlockIndex
Gets the end block index of the citation.
[JsonPropertyName("end_block_index")]
public int EndBlockIndex { get; init; }
Property Value
StartBlockIndex
Gets the start block index of the citation.
[JsonPropertyName("start_block_index")]
public int StartBlockIndex { get; init; }