You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Threis/cv 32 ga (Azure#13297)
* Create Base CV 3.2 config
* Add language and start updating examples
* Add model version, corrct other smaller elements
* Tweak language code formatting and description
* Correct Read available resource version
* Attempt to fix failing build
* Ensure parity with ComputerVisionErrors
* Add model version for vision
* Correct ModelVersion to model-version
* Fix JSON formatting error
* Update query param name for model version to "model-version"
* Remove unused error codes from OCR's supported list
* Fix failing tests on OCR operation
* Split vision and ocr Model-Version into to separate elements
* Fix case sensitivity issue
* Add parent "error" object, remove requestId from ComputerVisionError object
* Fix the number of returned captions (maxCandidate is set to 1 so API should return only one caption)
Co-authored-by: bob <bob@bob.com>
Co-authored-by: Ryogo Kanatani <ryogok@microsoft.com>
Given the ask to allow access to AMQP properties such as annotations and headers, there are two proposals at hand.
Proposal 1
Flat object.
Pros:
Cons:
Sub-Proposal 1-B
As above, but amqp_[headers, annotations, etc] naming.
Proposal 2
AMQP sub-object. echoes the design of "ServiceBusReceiver.Session" for function-specific grouping if niche functionality.
Pros:
Cons:
The text was updated successfully, but these errors were encountered: