streamingIntentRecognize method
ResponseStream<StreamingIntentRecognizeResponse>
streamingIntentRecognize(
- Stream<
StreamingRecognizeRequest> request, { - CallOptions? options,
Implementation
$grpc.ResponseStream<$0.StreamingIntentRecognizeResponse>
streamingIntentRecognize(
$async.Stream<$0.StreamingRecognizeRequest> request,
{$grpc.CallOptions? options}) {
final call =
$createCall(_$streamingIntentRecognize, request, options: options);
return $grpc.ResponseStream(call);
}