| Modifier and Type | Method and Description |
|---|---|
TextMetadata |
TextMetadata.Builder.build() |
TextMetadata |
TextMetadata.Builder.buildPartial() |
static TextMetadata |
TextMetadata.getDefaultInstance() |
TextMetadata |
TextMetadata.getDefaultInstanceForType() |
TextMetadata |
TextMetadata.Builder.getDefaultInstanceForType() |
TextMetadata |
InputConfigOrBuilder.getTextMetadata()
Required for text import, as language code must be specified.
|
TextMetadata |
InputConfig.getTextMetadata()
Required for text import, as language code must be specified.
|
TextMetadata |
InputConfig.Builder.getTextMetadata()
Required for text import, as language code must be specified.
|
static TextMetadata |
TextMetadata.parseDelimitedFrom(InputStream input) |
static TextMetadata |
TextMetadata.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextMetadata |
TextMetadata.parseFrom(byte[] data) |
static TextMetadata |
TextMetadata.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextMetadata |
TextMetadata.parseFrom(ByteBuffer data) |
static TextMetadata |
TextMetadata.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextMetadata |
TextMetadata.parseFrom(com.google.protobuf.ByteString data) |
static TextMetadata |
TextMetadata.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextMetadata |
TextMetadata.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextMetadata |
TextMetadata.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextMetadata |
TextMetadata.parseFrom(InputStream input) |
static TextMetadata |
TextMetadata.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextMetadata> |
TextMetadata.getParserForType() |
static com.google.protobuf.Parser<TextMetadata> |
TextMetadata.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextMetadata.Builder |
TextMetadata.Builder.mergeFrom(TextMetadata other) |
InputConfig.Builder |
InputConfig.Builder.mergeTextMetadata(TextMetadata value)
Required for text import, as language code must be specified.
|
static TextMetadata.Builder |
TextMetadata.newBuilder(TextMetadata prototype) |
InputConfig.Builder |
InputConfig.Builder.setTextMetadata(TextMetadata value)
Required for text import, as language code must be specified.
|
Copyright © 2019 Google LLC. All rights reserved.