FirebaseVertexAI Framework Reference

Enumerations

The following enumerations are available globally.

  • Errors that occur when generating content from a model.

    Declaration

    Swift

    @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
    public enum GenerateContentError : Error
  • Represents a value in one of JSON’s data types.

    This may be decoded from, or encoded to, a google.protobuf.Value.

    Declaration

    Swift

    @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
    public enum JSONValue : Sendable
    extension JSONValue: Decodable
    extension JSONValue: Encodable
    extension JSONValue: Equatable