Combined streaming response with both raw and processed data

interface StreamingResponse {
    raw: StreamingRawResponse;
    processed: StreamingProcessedResponse;
}

Properties

Properties