| Modifier and Type | Method and Description |
|---|---|
InputTextConfig |
InputTextConfig.Builder.build() |
InputTextConfig |
InputTextConfig.Builder.buildPartial() |
static InputTextConfig |
InputTextConfig.getDefaultInstance() |
InputTextConfig |
InputTextConfig.getDefaultInstanceForType() |
InputTextConfig |
InputTextConfig.Builder.getDefaultInstanceForType() |
InputTextConfig |
StreamingAnalyzeContentRequestOrBuilder.getTextConfig()
The natural language text to be processed.
|
InputTextConfig |
StreamingAnalyzeContentRequest.getTextConfig()
The natural language text to be processed.
|
InputTextConfig |
StreamingAnalyzeContentRequest.Builder.getTextConfig()
The natural language text to be processed.
|
static InputTextConfig |
InputTextConfig.parseDelimitedFrom(InputStream input) |
static InputTextConfig |
InputTextConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(byte[] data) |
static InputTextConfig |
InputTextConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteBuffer data) |
static InputTextConfig |
InputTextConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(com.google.protobuf.ByteString data) |
static InputTextConfig |
InputTextConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static InputTextConfig |
InputTextConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static InputTextConfig |
InputTextConfig.parseFrom(InputStream input) |
static InputTextConfig |
InputTextConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<InputTextConfig> |
InputTextConfig.getParserForType() |
static com.google.protobuf.Parser<InputTextConfig> |
InputTextConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
InputTextConfig.Builder |
InputTextConfig.Builder.mergeFrom(InputTextConfig other) |
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.mergeTextConfig(InputTextConfig value)
The natural language text to be processed.
|
static InputTextConfig.Builder |
InputTextConfig.newBuilder(InputTextConfig prototype) |
StreamingAnalyzeContentRequest.Builder |
StreamingAnalyzeContentRequest.Builder.setTextConfig(InputTextConfig value)
The natural language text to be processed.
|
Copyright © 2023 Google LLC. All rights reserved.