Skip to content

Commit

Permalink
docs: [google-cloud-documentai] Clarify Properties documentation (#12118
Browse files Browse the repository at this point in the history
)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 590321253

Source-Link:
googleapis/googleapis@e1d4dfa

Source-Link:
googleapis/googleapis-gen@cdb0360
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRvY3VtZW50YWkvLk93bEJvdC55YW1sIiwiaCI6ImNkYjAzNjA3YWNhMmNkZGE0MWFmY2FlZjQ3MTBlNmFiMmUwOTMwOGUifQ==

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people committed Dec 13, 2023
1 parent f0b84e7 commit 35c180e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -119,14 +119,14 @@ class Property(proto.Message):

class OccurrenceType(proto.Enum):
r"""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``.
Values:
OCCURRENCE_TYPE_UNSPECIFIED (0):
Expand Down
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "2.21.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "2.21.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "2.21.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-documentai",
"version": "2.21.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 35c180e

Please sign in to comment.