Table of Contents

Enum GeminiResponseType

The response type for Gemini model responses.

public enum GeminiResponseType
Extension Methods

Fields

[EnumMember(Value = "text/x.enum")] Enum = 3

Plain text response type constrained to enum values.

[EnumMember(Value = "application/json")] Json = 2

JSON response type.

[EnumMember(Value = "text/plain")] PlainText = 1

(default) Plain text response type.

Unspecified = 0

Unspecified, don't use.