textChanges

@JvmName(name = "qdfqottrdfflnceb")
suspend fun textChanges(value: Output<List<GoogleCloudDocumentaiV1DocumentTextChangeArgs>>)
@JvmName(name = "brbjjetcbdhhqopu")
suspend fun textChanges(value: List<GoogleCloudDocumentaiV1DocumentTextChangeArgs>?)

Parameters

value

Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.


@JvmName(name = "uuqvuktgdkbgqpbw")
suspend fun textChanges(vararg values: Output<GoogleCloudDocumentaiV1DocumentTextChangeArgs>)


@JvmName(name = "imuhludvctcnjnpu")
suspend fun textChanges(values: List<Output<GoogleCloudDocumentaiV1DocumentTextChangeArgs>>)
@JvmName(name = "aopdicypunsdibjt")
suspend fun textChanges(vararg values: GoogleCloudDocumentaiV1DocumentTextChangeArgs)

Parameters

values

Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.


@JvmName(name = "hxqaiinbvpxpttro")
suspend fun textChanges(argument: List<suspend GoogleCloudDocumentaiV1DocumentTextChangeArgsBuilder.() -> Unit>)
@JvmName(name = "sgbwrnjtwoufaiqn")
suspend fun textChanges(vararg argument: suspend GoogleCloudDocumentaiV1DocumentTextChangeArgsBuilder.() -> Unit)
@JvmName(name = "evaosujsbhhybcop")
suspend fun textChanges(argument: suspend GoogleCloudDocumentaiV1DocumentTextChangeArgsBuilder.() -> Unit)

Parameters

argument

Placeholder. A list of text corrections made to Document.text. This is usually used for annotating corrections to OCR mistakes. Text changes for a given revision may not overlap with each other.