FirebaseVertexAI Framework Reference

IntegerFormat

@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
public struct IntegerFormat : EncodableProtoEnum, Sendable

Modifiers describing the expected format of an integer Schema.

  • A 32-bit signed integer.

    Declaration

    Swift

    public static let int32: Schema.IntegerFormat
  • A 64-bit signed integer.

    Declaration

    Swift

    public static let int64: Schema.IntegerFormat
  • A custom integer format.

    Declaration

    Swift

    public static func custom(_ format: String) -> IntegerFormat