GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentTextChange (google_api_document_ai v0.31.0) View Source
This message is used for text changes aka. OCR corrections.
Attributes
-
changedText(type:String.t, default:nil) - The text that replaces the text identified in thetext_anchor. -
provenance(type:list(GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentProvenance.t), default:nil) - The history of this annotation. -
textAnchor(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentTextAnchor.t, default:nil) - Provenance of the correction. Text anchor indexing into the Document.text. There can only be a singleTextAnchor.text_segmentselement. If the start and end index of the text segment are the same, the text change is inserted before that index.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentTextChange{
changedText: String.t() | nil,
provenance:
[
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentProvenance.t()
]
| nil,
textAnchor:
GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta2DocumentTextAnchor.t()
| nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.