Reference documentation and code samples for the Cloud Natural Language V2 API class Google::Cloud::Language::V2::LanguageService::Rest::ServiceStub.
REST service stub for the LanguageService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#analyze_entities
def analyze_entities(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Language::V2::AnalyzeEntitiesResponse
Baseline implementation for the analyze_entities REST call
- request_pb (::Google::Cloud::Language::V2::AnalyzeEntitiesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Language::V2::AnalyzeEntitiesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Language::V2::AnalyzeEntitiesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#analyze_sentiment
def analyze_sentiment(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Language::V2::AnalyzeSentimentResponse
Baseline implementation for the analyze_sentiment REST call
- request_pb (::Google::Cloud::Language::V2::AnalyzeSentimentRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Language::V2::AnalyzeSentimentResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Language::V2::AnalyzeSentimentResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#annotate_text
def annotate_text(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Language::V2::AnnotateTextResponse
Baseline implementation for the annotate_text REST call
- request_pb (::Google::Cloud::Language::V2::AnnotateTextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Language::V2::AnnotateTextResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Language::V2::AnnotateTextResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#classify_text
def classify_text(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Language::V2::ClassifyTextResponse
Baseline implementation for the classify_text REST call
- request_pb (::Google::Cloud::Language::V2::ClassifyTextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Language::V2::ClassifyTextResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Language::V2::ClassifyTextResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#moderate_text
def moderate_text(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Language::V2::ModerateTextResponse
Baseline implementation for the moderate_text REST call
- request_pb (::Google::Cloud::Language::V2::ModerateTextRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::Language::V2::ModerateTextResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::Language::V2::ModerateTextResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)