FirebaseAILogic Framework Reference

RetrievalConfig

public struct RetrievalConfig : Sendable, Encodable

Retrieval configuration.

  • Undocumented

    Declaration

    Swift

    public init(location: CLLocationCoordinate2D? = nil, languageCode: String? = nil)
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws