public static interface Document.ChunkedDocument.Chunk.TableChunkFieldOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAnnotations()
public abstract Document.Annotations getAnnotations()
Annotation of the table chunk field.
.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;
Returns | |
---|---|
Type | Description |
Document.Annotations |
The annotations. |
getAnnotationsOrBuilder()
public abstract Document.AnnotationsOrBuilder getAnnotationsOrBuilder()
Annotation of the table chunk field.
.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;
Returns | |
---|---|
Type | Description |
Document.AnnotationsOrBuilder |
hasAnnotations()
public abstract boolean hasAnnotations()
Annotation of the table chunk field.
.google.cloud.documentai.v1beta3.Document.Annotations annotations = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the annotations field is set. |