Class DocumentSource
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a document source.
public class DocumentSource : Base64Source
- Inheritance
-
DocumentSource
- Inherited Members
Constructors
DocumentSource(string, string)
Initializes a new instance of the DocumentSource class.
public DocumentSource(string mediaType, string data)
Parameters
Exceptions
- ArgumentException
Thrown when the media type is invalid.
- ArgumentNullException
Thrown when the media type or data is null.