FirebaseAI Framework Reference

SearchEntryPoint

@available(iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0, *)
public struct SearchEntryPoint : Sendable
extension GroundingMetadata.SearchEntryPoint: Decodable

A struct representing the Google Search entry point.

  • An HTML/CSS snippet that can be embedded in your app.

    To ensure proper rendering, it’s recommended to display this content within a WKWebView.

    Declaration

    Swift

    public let renderedContent: String