Module Values_1.EvaluationQuestionAnswerAnalysisDetailsSource

Detailed analysis results of the automated answer to the evaluation question.

Sourcetype nonrec t = {
  1. genAI : EvaluationGenAIAnswerAnalysisDetails.t option;
    (*

    Analysis results from the generative AI automation for the question.

    *)
  2. contactLens : EvaluationContactLensAnswerAnalysisDetails.t option;
    (*

    Analysis results from the Contact Lens automation for the question.

    *)
}
Sourceval make : ?genAI:??? -> ?contactLens:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) list ]) list ] list | `String of EvaluationSuggestedAnswerTranscriptSegment.t | `Structure of (string * [> `Integer of EvaluationSuggestedAnswerTranscriptMillisOffset.t ]) list ]) list ] list | `String of EvaluationSuggestedAnswerJustification.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t