public static interface Document.Page.FormFieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrectedKeyText()
Created for Labeling UI to export key text.
|
com.google.protobuf.ByteString |
getCorrectedKeyTextBytes()
Created for Labeling UI to export key text.
|
String |
getCorrectedValueText()
Created for Labeling UI to export value text.
|
com.google.protobuf.ByteString |
getCorrectedValueTextBytes()
Created for Labeling UI to export value text.
|
Document.Page.Layout |
getFieldName()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
name. e.g.
|
Document.Page.LayoutOrBuilder |
getFieldNameOrBuilder()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
name. e.g.
|
Document.Page.Layout |
getFieldValue()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
value.
|
Document.Page.LayoutOrBuilder |
getFieldValueOrBuilder()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
value.
|
Document.Page.DetectedLanguage |
getNameDetectedLanguages(int index)
A list of detected languages for name together with confidence.
|
int |
getNameDetectedLanguagesCount()
A list of detected languages for name together with confidence.
|
List<Document.Page.DetectedLanguage> |
getNameDetectedLanguagesList()
A list of detected languages for name together with confidence.
|
Document.Page.DetectedLanguageOrBuilder |
getNameDetectedLanguagesOrBuilder(int index)
A list of detected languages for name together with confidence.
|
List<? extends Document.Page.DetectedLanguageOrBuilder> |
getNameDetectedLanguagesOrBuilderList()
A list of detected languages for name together with confidence.
|
Document.Provenance |
getProvenance()
The history of this annotation.
|
Document.ProvenanceOrBuilder |
getProvenanceOrBuilder()
The history of this annotation.
|
Document.Page.DetectedLanguage |
getValueDetectedLanguages(int index)
A list of detected languages for value together with confidence.
|
int |
getValueDetectedLanguagesCount()
A list of detected languages for value together with confidence.
|
List<Document.Page.DetectedLanguage> |
getValueDetectedLanguagesList()
A list of detected languages for value together with confidence.
|
Document.Page.DetectedLanguageOrBuilder |
getValueDetectedLanguagesOrBuilder(int index)
A list of detected languages for value together with confidence.
|
List<? extends Document.Page.DetectedLanguageOrBuilder> |
getValueDetectedLanguagesOrBuilderList()
A list of detected languages for value together with confidence.
|
String |
getValueType()
If the value is non-textual, this field represents the type.
|
com.google.protobuf.ByteString |
getValueTypeBytes()
If the value is non-textual, this field represents the type.
|
boolean |
hasFieldName()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
name. e.g.
|
boolean |
hasFieldValue()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the
[FormField][google.cloud.documentai.v1beta3.Document.Page.FormField]
value.
|
boolean |
hasProvenance()
The history of this annotation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFieldName()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_name = 1;Document.Page.Layout getFieldName()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_name = 1;Document.Page.LayoutOrBuilder getFieldNameOrBuilder()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] name. e.g. `Address`, `Email`, `Grand total`, `Phone number`, etc.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_name = 1;boolean hasFieldValue()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] value.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_value = 2;Document.Page.Layout getFieldValue()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] value.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_value = 2;Document.Page.LayoutOrBuilder getFieldValueOrBuilder()
[Layout][google.cloud.documentai.v1beta3.Document.Page.Layout] for the [FormField][google.cloud.documentai.v1beta3.Document.Page.FormField] value.
.google.cloud.documentai.v1beta3.Document.Page.Layout field_value = 2;List<Document.Page.DetectedLanguage> getNameDetectedLanguagesList()
A list of detected languages for name together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage name_detected_languages = 3;
Document.Page.DetectedLanguage getNameDetectedLanguages(int index)
A list of detected languages for name together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage name_detected_languages = 3;
int getNameDetectedLanguagesCount()
A list of detected languages for name together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage name_detected_languages = 3;
List<? extends Document.Page.DetectedLanguageOrBuilder> getNameDetectedLanguagesOrBuilderList()
A list of detected languages for name together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage name_detected_languages = 3;
Document.Page.DetectedLanguageOrBuilder getNameDetectedLanguagesOrBuilder(int index)
A list of detected languages for name together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage name_detected_languages = 3;
List<Document.Page.DetectedLanguage> getValueDetectedLanguagesList()
A list of detected languages for value together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage value_detected_languages = 4;
Document.Page.DetectedLanguage getValueDetectedLanguages(int index)
A list of detected languages for value together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage value_detected_languages = 4;
int getValueDetectedLanguagesCount()
A list of detected languages for value together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage value_detected_languages = 4;
List<? extends Document.Page.DetectedLanguageOrBuilder> getValueDetectedLanguagesOrBuilderList()
A list of detected languages for value together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage value_detected_languages = 4;
Document.Page.DetectedLanguageOrBuilder getValueDetectedLanguagesOrBuilder(int index)
A list of detected languages for value together with confidence.
repeated .google.cloud.documentai.v1beta3.Document.Page.DetectedLanguage value_detected_languages = 4;
String getValueType()
If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox`
string value_type = 5;com.google.protobuf.ByteString getValueTypeBytes()
If the value is non-textual, this field represents the type. Current valid values are: - blank (this indicates the `field_value` is normal text) - `unfilled_checkbox` - `filled_checkbox`
string value_type = 5;String getCorrectedKeyText()
Created for Labeling UI to export key text. If corrections were made to the text identified by the `field_name.text_anchor`, this field will contain the correction.
string corrected_key_text = 6;com.google.protobuf.ByteString getCorrectedKeyTextBytes()
Created for Labeling UI to export key text. If corrections were made to the text identified by the `field_name.text_anchor`, this field will contain the correction.
string corrected_key_text = 6;String getCorrectedValueText()
Created for Labeling UI to export value text. If corrections were made to the text identified by the `field_value.text_anchor`, this field will contain the correction.
string corrected_value_text = 7;com.google.protobuf.ByteString getCorrectedValueTextBytes()
Created for Labeling UI to export value text. If corrections were made to the text identified by the `field_value.text_anchor`, this field will contain the correction.
string corrected_value_text = 7;boolean hasProvenance()
The history of this annotation.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 8;Document.Provenance getProvenance()
The history of this annotation.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 8;Document.ProvenanceOrBuilder getProvenanceOrBuilder()
The history of this annotation.
.google.cloud.documentai.v1beta3.Document.Provenance provenance = 8;Copyright © 2024 Google LLC. All rights reserved.