Home
last modified time | relevance | path

Searched refs:DetectSyntaxOutcome (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/
H A DComprehendClient.h209 typedef Aws::Utils::Outcome<DetectSyntaxResult, ComprehendError> DetectSyntaxOutcome; typedef
273 typedef std::future<DetectSyntaxOutcome> DetectSyntaxOutcomeCallable;
340 …ComprehendClient*, const Model::DetectSyntaxRequest&, const Model::DetectSyntaxOutcome&, const std…
1322 … virtual Model::DetectSyntaxOutcome DetectSyntax(const Model::DetectSyntaxRequest& request) const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/source/
H A DComprehendClient.cpp856 DetectSyntaxOutcome ComprehendClient::DetectSyntax(const DetectSyntaxRequest& request) const in DetectSyntax()
859 …return DetectSyntaxOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Auth::… in DetectSyntax()
864 …auto task = Aws::MakeShared< std::packaged_task< DetectSyntaxOutcome() > >(ALLOCATION_TAG, [this, … in DetectSyntaxCallable()