RetrievalDetails

public struct RetrievalDetails : Codable, Equatable

An object contain retrieval type information.

  • Identifies the document retrieval strategy used for this query. relevancy_training indicates that the results were returned using a relevancy trained model. Note: In the event of trained collections being queried, but the trained model is not used to return results, the document_retrieval_strategy is listed as untrained.

    See more

    Declaration

    Swift

    public enum DocumentRetrievalStrategy : String
  • Identifies the document retrieval strategy used for this query. relevancy_training indicates that the results were returned using a relevancy trained model. Note: In the event of trained collections being queried, but the trained model is not used to return results, the document_retrieval_strategy is listed as untrained.

    Declaration

    Swift

    public var documentRetrievalStrategy: String?