Skip to content

Commit

Permalink
feat(document_ai-v1beta3): Added descriptions of entity type and prop…
Browse files Browse the repository at this point in the history
…erty in the document schema (#27301)
  • Loading branch information
gcf-owl-bot[bot] authored Sep 11, 2024
1 parent 86f705b commit c378239
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ class DocumentSchema
# - The `/` is sometimes used to denote a property of a type. For example
# `line_item/amount`. This convention is deprecated, but will still be
# honored for backward compatibility.
# @!attribute [rw] description
# @return [::String]
# The description of the entity type. Could be used to provide more
# information about the entity type for model calls.
# @!attribute [rw] base_types
# @return [::Array<::String>]
# The entity type that this type is derived from. For now, one and only
Expand Down Expand Up @@ -163,6 +167,10 @@ class EnumValues
# @return [::String]
# The name of the property. Follows the same guidelines as the
# EntityType name.
# @!attribute [rw] description
# @return [::String]
# The description of the property. Could be used to provide more
# information about the property for model calls.
# @!attribute [rw] display_name
# @return [::String]
# User defined name for the property.
Expand Down

0 comments on commit c378239

Please sign in to comment.