[[["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 2024-10-21 UTC."],[],[],null,["# FirebaseVertexAI Framework Reference\n\nProtocols\n=========\n\nThe following protocols are available globally.\n- `\n ``\n ``\n `\n\n ### [PartsRepresentable](/docs/reference/swift/firebasevertexai/api/reference/Protocols/PartsRepresentable)\n\n `\n ` \n A protocol describing any data that could be serialized to model-interpretable input data,\n where the serialization process cannot fail with an error. \n\n #### Declaration\n\n Swift \n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public protocol PartsRepresentable\n\n- `\n ``\n ``\n `\n\n ### [Part](/docs/reference/swift/firebasevertexai/api/reference/Protocols/Part)\n\n `\n ` \n A discrete piece of data in a media format interpretable by an AI model.\n\n Within a single value of `Part`, different data types may not mix. \n\n #### Declaration\n\n Swift \n\n @available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)\n public protocol Part : /docs/reference/swift/firebasevertexai/api/reference/Protocols/PartsRepresentable, Decodable, Encodable, Equatable, Sendable"]]