Response
struct Response<Content>The response from a respond call.
-
The generated content, decoded into the requested
Generabletype.Declaration
Swift
public let content: Content -
The raw, undecoded
GeneratedContentfrom the model.Declaration
Swift
public let rawContent: FirebaseAI.GeneratedContent -
The raw
GenerateContentResponsefrom the model.Declaration
Swift
public let rawResponse: GenerateContentResponse