This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Expand file tree Collapse file tree 5 files changed +25
-15
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,11 @@ class Feature(proto.Message):
97
97
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
98
98
``CROP_HINTS``.
99
99
model (str):
100
- Model to use for the feature.
101
- Supported values: "builtin/stable" (the default
102
- if unset) and "builtin/latest".
100
+ Model to use for the feature. Supported values:
101
+ "builtin/stable" (the default if unset) and
102
+ "builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
103
+ ``TEXT_DETECTION`` also support "builtin/weekly" for the
104
+ bleeding edge release updated weekly.
103
105
"""
104
106
105
107
class Type (proto .Enum ):
Original file line number Diff line number Diff line change @@ -78,9 +78,11 @@ class Feature(proto.Message):
78
78
max_results (int):
79
79
Maximum number of results of this type.
80
80
model (str):
81
- Model to use for the feature.
82
- Supported values: "builtin/stable" (the default
83
- if unset) and "builtin/latest".
81
+ Model to use for the feature. Supported values:
82
+ "builtin/stable" (the default if unset) and
83
+ "builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
84
+ ``TEXT_DETECTION`` also support "builtin/weekly" for the
85
+ bleeding edge release updated weekly.
84
86
"""
85
87
86
88
class Type (proto .Enum ):
Original file line number Diff line number Diff line change @@ -90,9 +90,11 @@ class Feature(proto.Message):
90
90
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
91
91
``CROP_HINTS``.
92
92
model (str):
93
- Model to use for the feature.
94
- Supported values: "builtin/stable" (the default
95
- if unset) and "builtin/latest".
93
+ Model to use for the feature. Supported values:
94
+ "builtin/stable" (the default if unset) and
95
+ "builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
96
+ ``TEXT_DETECTION`` also support "builtin/weekly" for the
97
+ bleeding edge release updated weekly.
96
98
"""
97
99
98
100
class Type (proto .Enum ):
Original file line number Diff line number Diff line change @@ -92,9 +92,11 @@ class Feature(proto.Message):
92
92
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
93
93
``CROP_HINTS``.
94
94
model (str):
95
- Model to use for the feature.
96
- Supported values: "builtin/stable" (the default
97
- if unset) and "builtin/latest".
95
+ Model to use for the feature. Supported values:
96
+ "builtin/stable" (the default if unset) and
97
+ "builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
98
+ ``TEXT_DETECTION`` also support "builtin/weekly" for the
99
+ bleeding edge release updated weekly.
98
100
"""
99
101
100
102
class Type (proto .Enum ):
Original file line number Diff line number Diff line change @@ -98,9 +98,11 @@ class Feature(proto.Message):
98
98
``TEXT_DETECTION``, ``DOCUMENT_TEXT_DETECTION``, or
99
99
``CROP_HINTS``.
100
100
model (str):
101
- Model to use for the feature.
102
- Supported values: "builtin/stable" (the default
103
- if unset) and "builtin/latest".
101
+ Model to use for the feature. Supported values:
102
+ "builtin/stable" (the default if unset) and
103
+ "builtin/latest". ``DOCUMENT_TEXT_DETECTION`` and
104
+ ``TEXT_DETECTION`` also support "builtin/weekly" for the
105
+ bleeding edge release updated weekly.
104
106
"""
105
107
106
108
class Type (proto .Enum ):
You can’t perform that action at this time.
0 commit comments