FirebaseVertexAI Framework Reference

Type Aliases

The following type aliases are available globally.

  • A collection of name-value pairs representing a JSON object.

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

    Declaration

    Swift

    public typealias JSONObject = [String : JSONValue]