[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-20 UTC."],[],[],null,["# FirebaseAI Framework Reference\n\nIntegerFormat\n=============\n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public struct IntegerFormat : EncodableProtoEnum, Sendable\n\nModifiers describing the expected format of an integer [Schema](../../Classes/Schema.html).\n- `\n ``\n ``\n `\n\n ### [int32](#/s:10FirebaseAI6SchemaC13IntegerFormatV5int32AEvpZ)\n\n `\n ` \n A 32-bit signed integer. \n\n #### Declaration\n\n Swift \n\n public static let int32: ../../Classes/Schema.html.IntegerFormat\n\n- `\n ``\n ``\n `\n\n ### [int64](#/s:10FirebaseAI6SchemaC13IntegerFormatV5int64AEvpZ)\n\n `\n ` \n A 64-bit signed integer. \n\n #### Declaration\n\n Swift \n\n public static let int64: ../../Classes/Schema.html.IntegerFormat\n\n- `\n ``\n ``\n `\n\n ### [custom(_:)](#/s:10FirebaseAI6SchemaC13IntegerFormatV6customyAESSFZ)\n\n `\n ` \n A custom integer format. \n\n #### Declaration\n\n Swift \n\n public static func custom(_ format: String) -\u003e IntegerFormat"]]