We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57e27e commit d5338eeCopy full SHA for d5338ee
specification/translation/data-plane/TextTranslation/routes.tsp
@@ -69,6 +69,7 @@ op translateV3 is CustomOperation<
69
@doc("Translate Text")
70
@route("translate")
71
@added(APIVersion.v2025_10_01_preview)
72
+@access(Access.internal, "python")
73
op translate is CustomOperation<
74
TranslateBody,
75
TranslateParameters,
@@ -98,6 +99,7 @@ op transliterateV3 is CustomOperation<
98
99
@summary("Transliterate Text")
100
@doc("Transliterate Text")
101
102
103
op transliterate is CustomOperation<
104
TransliterateBody,
105
TransliterateParameters,
0 commit comments