From 369c9ea13809c1ffa5d915b5256e0c951ed31e78 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:55:21 +0530 Subject: [PATCH] docs: Clarify Properties documentation (#6870) PiperOrigin-RevId: 590321253 Source-Link: https://github.com/googleapis/googleapis/commit/e1d4dfa490409ed9ee44aa44105d82b234c55d7d Source-Link: https://github.com/googleapis/googleapis-gen/commit/cdb03607aca2cdda41afcaef4710e6ab2e09308e Copy-Tag: eyJwIjoiRG9jdW1lbnRBaS8uT3dsQm90LnlhbWwiLCJoIjoiY2RiMDM2MDdhY2EyY2RkYTQxYWZjYWVmNDcxMGU2YWIyZTA5MzA4ZSJ9 --- .../EntityType/Property/OccurrenceType.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/DocumentAi/src/V1/DocumentSchema/EntityType/Property/OccurrenceType.php b/DocumentAi/src/V1/DocumentSchema/EntityType/Property/OccurrenceType.php index d4e5fbbd3c26..c402a3f971b1 100644 --- a/DocumentAi/src/V1/DocumentSchema/EntityType/Property/OccurrenceType.php +++ b/DocumentAi/src/V1/DocumentSchema/EntityType/Property/OccurrenceType.php @@ -8,14 +8,14 @@ /** * Types of occurrences of the entity type in the document. This - * represents the number of instances of instances of an entity, not - * number of mentions of an entity. For example, a bank statement may - * only have one `account_number`, but this account number may be - * mentioned in several places on the document. In this case the - * 'account_number' would be considered a `REQUIRED_ONCE` entity type. If, - * on the other hand, we expect a bank statement to contain the status of - * multiple different accounts for the customers, the occurrence type will - * be set to `REQUIRED_MULTIPLE`. + * represents the number of instances of an entity, not number of mentions + * of an entity. For example, a bank statement may only have one + * `account_number`, but this account number may be mentioned in several + * places on the document. In this case the 'account_number' would be + * considered a `REQUIRED_ONCE` entity type. If, on the other hand, we + * expect a bank statement to contain the status of multiple different + * accounts for the customers, the occurrence type will be set to + * `REQUIRED_MULTIPLE`. * * Protobuf type google.cloud.documentai.v1.DocumentSchema.EntityType.Property.OccurrenceType */