public final class TagParsingConfig extends GeneratedMessage implements TagParsingConfigOrBuilderConfiguration for tag parsing.
Protobuf type google.cloud.visionai.v1.TagParsingConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TagParsingConfigImplements
TagParsingConfigOrBuilderStatic Fields
ENTITY_PARSING_CONFIGS_FIELD_NUMBER
public static final int ENTITY_PARSING_CONFIGS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TagParsingConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TagParsingConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.Builder |
|
newBuilder(TagParsingConfig prototype)
public static TagParsingConfig.Builder newBuilder(TagParsingConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TagParsingConfig |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static TagParsingConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TagParsingConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TagParsingConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TagParsingConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TagParsingConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TagParsingConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TagParsingConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TagParsingConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TagParsingConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TagParsingConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TagParsingConfig |
|
getEntityParsingConfigs(int index)
public TagParsingConfig.EntityParsingConfig getEntityParsingConfigs(int index)Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
repeated .google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig entity_parsing_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.EntityParsingConfig |
|
getEntityParsingConfigsCount()
public int getEntityParsingConfigsCount()Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
repeated .google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig entity_parsing_configs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntityParsingConfigsList()
public List<TagParsingConfig.EntityParsingConfig> getEntityParsingConfigsList()Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
repeated .google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig entity_parsing_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntityParsingConfig> |
|
getEntityParsingConfigsOrBuilder(int index)
public TagParsingConfig.EntityParsingConfigOrBuilder getEntityParsingConfigsOrBuilder(int index)Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
repeated .google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig entity_parsing_configs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.EntityParsingConfigOrBuilder |
|
getEntityParsingConfigsOrBuilderList()
public List<? extends TagParsingConfig.EntityParsingConfigOrBuilder> getEntityParsingConfigsOrBuilderList()Each tag entity class may have an optional EntityParsingConfig which is used to help parse the entities of the class.
repeated .google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfig entity_parsing_configs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.TagParsingConfig.EntityParsingConfigOrBuilder> |
|
getParserForType()
public Parser<TagParsingConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TagParsingConfig> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public TagParsingConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TagParsingConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.Builder |
|
toBuilder()
public TagParsingConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TagParsingConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|