Skip to content

Commit

Permalink
docs: update comments for image annotator OCR models (#485)
Browse files Browse the repository at this point in the history
* docs: update comments for image annotator OCR models

PiperOrigin-RevId: 474070246

Source-Link: googleapis/googleapis@346e2f2

Source-Link: googleapis/googleapis-gen@50b3451
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTBiMzQ1MTVmYTg5NTI1OTg5MDIxYmU0YjY5ODlkNDkwNTlkOGQyNiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 13, 2022
1 parent aeb8cbc commit b9010e7
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ class Feature(proto.Message):
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
``CROP_HINTS``.
model (str):
Model to use for the feature.
Supported values: "builtin/stable" (the default
if unset) and "builtin/latest".
Model to use for the feature. Supported values:
"builtin/stable" (the default if unset) and
"builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
``TEXT_DETECTION`` also support "builtin/weekly" for the
bleeding edge release updated weekly.
"""

class Type(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,11 @@ class Feature(proto.Message):
max_results (int):
Maximum number of results of this type.
model (str):
Model to use for the feature.
Supported values: "builtin/stable" (the default
if unset) and "builtin/latest".
Model to use for the feature. Supported values:
"builtin/stable" (the default if unset) and
"builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
``TEXT_DETECTION`` also support "builtin/weekly" for the
bleeding edge release updated weekly.
"""

class Type(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ class Feature(proto.Message):
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
``CROP_HINTS``.
model (str):
Model to use for the feature.
Supported values: "builtin/stable" (the default
if unset) and "builtin/latest".
Model to use for the feature. Supported values:
"builtin/stable" (the default if unset) and
"builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
``TEXT_DETECTION`` also support "builtin/weekly" for the
bleeding edge release updated weekly.
"""

class Type(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@ class Feature(proto.Message):
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
``CROP_HINTS``.
model (str):
Model to use for the feature.
Supported values: "builtin/stable" (the default
if unset) and "builtin/latest".
Model to use for the feature. Supported values:
"builtin/stable" (the default if unset) and
"builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
``TEXT_DETECTION`` also support "builtin/weekly" for the
bleeding edge release updated weekly.
"""

class Type(proto.Enum):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,11 @@ class Feature(proto.Message):
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
``CROP_HINTS``.
model (str):
Model to use for the feature.
Supported values: "builtin/stable" (the default
if unset) and "builtin/latest".
Model to use for the feature. Supported values:
"builtin/stable" (the default if unset) and
"builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
``TEXT_DETECTION`` also support "builtin/weekly" for the
bleeding edge release updated weekly.
"""

class Type(proto.Enum):
Expand Down

0 comments on commit b9010e7

Please sign in to comment.