Enum GeminiFileSource
Source of a GeminiFile.
public enum GeminiFileSource
- Extension Methods
Fields
[EnumMember(Value = "GENERATED")] Generated = 2Indicates the file is generated by Google.
[EnumMember(Value = "SOURCE_UNSPECIFIED")] Unspecified = 0Used if source is not specified.
[EnumMember(Value = "UPLOADED")] Uploaded = 1Indicates the file is uploaded by the user.