analyzeContent_Pre method
Future<AnalyzeContentResponse>
analyzeContent_Pre(
- ServiceCall call,
- Future<
AnalyzeContentRequest> request
Implementation
$async.Future<$9.AnalyzeContentResponse> analyzeContent_Pre(
$grpc.ServiceCall call,
$async.Future<$9.AnalyzeContentRequest> request) async {
return analyzeContent(call, await request);
}