UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.IGeminiPostRequest Interface Reference

All Gemini API POST requests must inherit from this interface. More...

Inheritance diagram for Uralstech.UGemini.IGeminiPostRequest:
Uralstech.UGemini.IGeminiRequest Uralstech.UGemini.IGeminiStreamablePostRequest< TResponse > Uralstech.UGemini.Models.Caching.GeminiCachedContentCreateRequest Uralstech.UGemini.Models.CountTokens.GeminiTokenCountRequest Uralstech.UGemini.Models.Embedding.GeminiBatchEmbedContentRequest Uralstech.UGemini.Models.Embedding.GeminiEmbedContentRequest Uralstech.UGemini.Models.Generation.QuestionAnswering.GeminiAnswerRequest

Public Member Functions

string GetUtf8EncodedData ()
 Converts the request object to a UTF-8 encoded string.
 
- Public Member Functions inherited from Uralstech.UGemini.IGeminiRequest
string GetEndpointUri (GeminiRequestMetadata metadata)
 Gets the URI to the API endpoint.
 

Properties

string ContentType [get]
 The MIME type of the request content.
 

Detailed Description

All Gemini API POST requests must inherit from this interface.

Member Function Documentation

◆ GetUtf8EncodedData()

Property Documentation

◆ ContentType


The documentation for this interface was generated from the following file: