Google Generative AI SDK
C#
Show/Hide TOC
Schema
Type Enumeration
Type contains the list of OpenAPI data types as defined by
https://spec.openapis.org/oas/v3.0.3#data-types
.
Definition
Namespace:
GenerativeAI.Types
Assembly:
GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
Copy
public
enum
SchemaType
Members
TYPE_UNSPECIFIED
0
Not specified, should not be used.
STRING
1
String type.
NUMBER
2
Number type.
INTEGER
3
Integer type.
BOOLEAN
4
Boolean type.
ARRAY
5
Array type.
OBJECT
6
Object type.
See Also
Reference
GenerativeAI.Types Namespace
Other Resources
See Official API Documentation
In This Article
Definition
Members
See Also
Reference
Other Resources