FirebaseAILogic Framework Reference

IntegerFormat

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