Class TextDelta
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a text delta.
public class TextDelta : ContentDelta
- Inheritance
-
TextDelta
- Inherited Members
Constructors
TextDelta(string)
Initializes a new instance of the TextDelta class.
public TextDelta(string text)
Parameters
text
stringThe text.
Properties
Text
Gets the text.
public string Text { get; set; }