Combined streaming response with both raw and processed data

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

Properties

Properties