Uses of Class
com.google.cloud.datalabeling.v1beta1.TextMetadata
-
Packages that use TextMetadata Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of TextMetadata in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return TextMetadata Modifier and Type Method Description TextMetadata
TextMetadata.Builder. build()
TextMetadata
TextMetadata.Builder. buildPartial()
static TextMetadata
TextMetadata. getDefaultInstance()
TextMetadata
TextMetadata.Builder. getDefaultInstanceForType()
TextMetadata
TextMetadata. getDefaultInstanceForType()
TextMetadata
InputConfig.Builder. 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
InputConfigOrBuilder. 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(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)
static TextMetadata
TextMetadata. parseFrom(ByteBuffer data)
static TextMetadata
TextMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type TextMetadata Modifier and Type Method Description com.google.protobuf.Parser<TextMetadata>
TextMetadata. getParserForType()
static com.google.protobuf.Parser<TextMetadata>
TextMetadata. parser()
Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type TextMetadata Modifier and Type Method 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.
-