public interface DocumentSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the schema.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the schema.
|
String |
getDisplayName()
Display name to show to users.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Display name to show to users.
|
DocumentSchema.EntityType |
getEntityTypes(int index)
Entity types of the schema.
|
int |
getEntityTypesCount()
Entity types of the schema.
|
List<DocumentSchema.EntityType> |
getEntityTypesList()
Entity types of the schema.
|
DocumentSchema.EntityTypeOrBuilder |
getEntityTypesOrBuilder(int index)
Entity types of the schema.
|
List<? extends DocumentSchema.EntityTypeOrBuilder> |
getEntityTypesOrBuilderList()
Entity types of the schema.
|
DocumentSchema.Metadata |
getMetadata()
Metadata of the schema.
|
DocumentSchema.MetadataOrBuilder |
getMetadataOrBuilder()
Metadata of the schema.
|
boolean |
hasMetadata()
Metadata of the schema.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Display name to show to users.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Display name to show to users.
string display_name = 1;String getDescription()
Description of the schema.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
Description of the schema.
string description = 2;List<DocumentSchema.EntityType> getEntityTypesList()
Entity types of the schema.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType entity_types = 3;
DocumentSchema.EntityType getEntityTypes(int index)
Entity types of the schema.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType entity_types = 3;
int getEntityTypesCount()
Entity types of the schema.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType entity_types = 3;
List<? extends DocumentSchema.EntityTypeOrBuilder> getEntityTypesOrBuilderList()
Entity types of the schema.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType entity_types = 3;
DocumentSchema.EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
Entity types of the schema.
repeated .google.cloud.documentai.v1beta3.DocumentSchema.EntityType entity_types = 3;
boolean hasMetadata()
Metadata of the schema.
.google.cloud.documentai.v1beta3.DocumentSchema.Metadata metadata = 4;DocumentSchema.Metadata getMetadata()
Metadata of the schema.
.google.cloud.documentai.v1beta3.DocumentSchema.Metadata metadata = 4;DocumentSchema.MetadataOrBuilder getMetadataOrBuilder()
Metadata of the schema.
.google.cloud.documentai.v1beta3.DocumentSchema.Metadata metadata = 4;Copyright © 2024 Google LLC. All rights reserved.