Package | Description |
---|---|
com.google.cloud.language.v1 |
A client to Cloud Natural Language API
|
Modifier and Type | Method and Description |
---|---|
Parser<AnnotateTextRequest.Features> |
AnnotateTextRequest.Features.getParserForType() |
static Parser<AnnotateTextRequest.Features> |
AnnotateTextRequest.Features.parser() |
Modifier and Type | Method and Description |
---|---|
AnnotateTextResponse |
LanguageServiceClient.annotateText(Document document,
AnnotateTextRequest.Features features)
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
AnnotateTextResponse |
LanguageServiceClient.annotateText(Document document,
AnnotateTextRequest.Features features,
EncodingType encodingType)
A convenience method that provides all the features that analyzeSentiment, analyzeEntities, and
analyzeSyntax provide in one call.
|
AnnotateTextRequest.Builder |
AnnotateTextRequest.Builder.mergeFeatures(AnnotateTextRequest.Features value)
Required.
|
AnnotateTextRequest.Features.Builder |
AnnotateTextRequest.Features.Builder.mergeFrom(AnnotateTextRequest.Features other) |
static AnnotateTextRequest.Features.Builder |
AnnotateTextRequest.Features.newBuilder(AnnotateTextRequest.Features prototype) |
AnnotateTextRequest.Builder |
AnnotateTextRequest.Builder.setFeatures(AnnotateTextRequest.Features value)
Required.
|
Copyright © 2022 Google LLC. All rights reserved.