Skip to content

Commit cade591

Browse files
committed
Forgot the metadata file.
1 parent 0b5da92 commit cade591

File tree

42 files changed

+493
-887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+493
-887
lines changed

.doc_gen/metadata/comprehend_metadata.yaml

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,13 @@ comprehend_DetectDominantLanguage:
153153
- description:
154154
snippet_tags:
155155
- Comprehend.dotnetv3.DetectDominantLanguageExample
156+
- sdk_version: 4
157+
github: dotnetv4/Comprehend
158+
sdkguide:
159+
excerpts:
160+
- description:
161+
snippet_tags:
162+
- Comprehend.dotnetv4.DetectDominantLanguage
156163
Java:
157164
versions:
158165
- sdk_version: 2
@@ -172,6 +179,15 @@ comprehend_DetectDominantLanguage:
172179
snippet_tags:
173180
- python.example_code.comprehend.ComprehendDetect
174181
- python.example_code.comprehend.DetectDominantLanguage
182+
Rust:
183+
versions:
184+
- sdk_version: 1
185+
github: rustv1/examples/comprehend
186+
sdkguide:
187+
excerpts:
188+
- description:
189+
snippet_tags:
190+
- comprehend.rust.detect-language
175191
services:
176192
comprehend: {DetectDominantLanguage}
177193
comprehend_DetectEntities:
@@ -185,6 +201,13 @@ comprehend_DetectEntities:
185201
- description:
186202
snippet_tags:
187203
- Comprehend.dotnetv3.DetectEntitiesExample
204+
- sdk_version: 4
205+
github: dotnetv4/Comprehend
206+
sdkguide:
207+
excerpts:
208+
- description:
209+
snippet_tags:
210+
- Comprehend.dotnetv4.DetectEntities
188211
Java:
189212
versions:
190213
- sdk_version: 2
@@ -204,6 +227,15 @@ comprehend_DetectEntities:
204227
snippet_tags:
205228
- python.example_code.comprehend.ComprehendDetect
206229
- python.example_code.comprehend.DetectEntities
230+
Rust:
231+
versions:
232+
- sdk_version: 1
233+
github: rustv1/examples/comprehend
234+
sdkguide:
235+
excerpts:
236+
- description:
237+
snippet_tags:
238+
- comprehend.rust.detect-entities
207239
services:
208240
comprehend: {DetectEntities}
209241
comprehend_DetectKeyPhrases:
@@ -217,6 +249,13 @@ comprehend_DetectKeyPhrases:
217249
- description:
218250
snippet_tags:
219251
- Comprehend.dotnetv3.DetectingKeyPhraseExample
252+
- sdk_version: 4
253+
github: dotnetv4/Comprehend
254+
sdkguide:
255+
excerpts:
256+
- description:
257+
snippet_tags:
258+
- Comprehend.dotnetv4.DetectKeyPhrases
220259
Java:
221260
versions:
222261
- sdk_version: 2
@@ -249,6 +288,13 @@ comprehend_DetectPiiEntities:
249288
- description:
250289
snippet_tags:
251290
- Comprehend.dotnetv3.DetectingPIIExample
291+
- sdk_version: 4
292+
github: dotnetv4/Comprehend
293+
sdkguide:
294+
excerpts:
295+
- description:
296+
snippet_tags:
297+
- Comprehend.dotnetv4.DetectPiiEntities
252298
Python:
253299
versions:
254300
- sdk_version: 3
@@ -272,6 +318,13 @@ comprehend_DetectSentiment:
272318
- description:
273319
snippet_tags:
274320
- Comprehend.dotnetv3.DetectingSentimentExample
321+
- sdk_version: 4
322+
github: dotnetv4/Comprehend
323+
sdkguide:
324+
excerpts:
325+
- description:
326+
snippet_tags:
327+
- Comprehend.dotnetv4.DetectSentiment
275328
Java:
276329
versions:
277330
- sdk_version: 2
@@ -291,6 +344,15 @@ comprehend_DetectSentiment:
291344
snippet_tags:
292345
- python.example_code.comprehend.ComprehendDetect
293346
- python.example_code.comprehend.DetectSentiment
347+
Rust:
348+
versions:
349+
- sdk_version: 1
350+
github: rustv1/examples/comprehend
351+
sdkguide:
352+
excerpts:
353+
- description:
354+
snippet_tags:
355+
- comprehend.rust.detect-sentiment
294356
services:
295357
comprehend: {DetectSentiment}
296358
comprehend_DetectSyntax:
@@ -304,6 +366,13 @@ comprehend_DetectSyntax:
304366
- description:
305367
snippet_tags:
306368
- Comprehend.dotnetv3.DetectingSyntaxExample
369+
- sdk_version: 4
370+
github: dotnetv4/Comprehend
371+
sdkguide:
372+
excerpts:
373+
- description:
374+
snippet_tags:
375+
- Comprehend.dotnetv4.DetectSyntax
307376
Java:
308377
versions:
309378
- sdk_version: 2
@@ -325,6 +394,39 @@ comprehend_DetectSyntax:
325394
- python.example_code.comprehend.DetectSyntax
326395
services:
327396
comprehend: {DetectSyntax}
397+
comprehend_Hello:
398+
title: Hello &CMP;
399+
title_abbrev: Hello &CMP;
400+
synopsis: Get started using &CMP; by detecting the dominant language in text.
401+
category: Hello
402+
languages:
403+
.NET:
404+
versions:
405+
- sdk_version: 3
406+
github: dotnetv3/Comprehend/HelloComprehend
407+
sdkguide:
408+
excerpts:
409+
- description:
410+
snippet_tags:
411+
- Comprehend.dotnetv3.HelloComprehend
412+
- sdk_version: 4
413+
github: dotnetv4/Comprehend/HelloComprehend
414+
sdkguide:
415+
excerpts:
416+
- description:
417+
snippet_tags:
418+
- Comprehend.dotnetv4.HelloComprehend
419+
Rust:
420+
versions:
421+
- sdk_version: 1
422+
github: rustv1/examples/comprehend
423+
sdkguide:
424+
excerpts:
425+
- description:
426+
snippet_tags:
427+
- comprehend.rust.hello
428+
services:
429+
comprehend: {DetectDominantLanguage}
328430
comprehend_Usage_DetectApis:
329431
title: Detect document elements with &CMP; and an &AWS; SDK
330432
title_abbrev: Detect document elements
@@ -335,6 +437,40 @@ comprehend_Usage_DetectApis:
335437
- Detect syntax elements in a document.
336438
category: Scenarios
337439
languages:
440+
.NET:
441+
versions:
442+
- sdk_version: 3
443+
github: dotnetv3/Comprehend/ComprehendBasics
444+
sdkguide:
445+
excerpts:
446+
- description: Create a wrapper class for &CMP; operations.
447+
snippet_tags:
448+
- Comprehend.dotnetv3.ComprehendWrapper
449+
- Comprehend.dotnetv3.DetectDominantLanguage
450+
- Comprehend.dotnetv3.DetectSentiment
451+
- Comprehend.dotnetv3.DetectEntities
452+
- Comprehend.dotnetv3.DetectKeyPhrases
453+
- Comprehend.dotnetv3.DetectSyntax
454+
- Comprehend.dotnetv3.DetectPiiEntities
455+
- description: Run a comprehensive scenario demonstrating various Amazon Comprehend text analysis capabilities.
456+
snippet_tags:
457+
- Comprehend.dotnetv3.ComprehendBasics
458+
- sdk_version: 4
459+
github: dotnetv4/Comprehend
460+
sdkguide:
461+
excerpts:
462+
- description: Create a wrapper class for &CMP; operations.
463+
snippet_tags:
464+
- Comprehend.dotnetv4.ComprehendWrapper
465+
- Comprehend.dotnetv4.DetectDominantLanguage
466+
- Comprehend.dotnetv4.DetectSentiment
467+
- Comprehend.dotnetv4.DetectEntities
468+
- Comprehend.dotnetv4.DetectKeyPhrases
469+
- Comprehend.dotnetv4.DetectSyntax
470+
- Comprehend.dotnetv4.DetectPiiEntities
471+
- description: Run a comprehensive scenario demonstrating various Amazon Comprehend text analysis capabilities.
472+
snippet_tags:
473+
- Comprehend.dotnetv4.ComprehendBasics
338474
Python:
339475
versions:
340476
- sdk_version: 3
@@ -354,6 +490,15 @@ comprehend_Usage_DetectApis:
354490
- description: Call functions on the wrapper class to detect entities, phrases, and more in a document.
355491
snippet_tags:
356492
- python.example_code.comprehend.Usage_DetectApis
493+
Rust:
494+
versions:
495+
- sdk_version: 1
496+
github: rustv1/examples/comprehend
497+
sdkguide:
498+
excerpts:
499+
- description: Run a comprehensive scenario demonstrating various Amazon Comprehend text analysis capabilities.
500+
snippet_tags:
501+
- comprehend.rust.getting-started
357502
services:
358503
comprehend: {DetectDominantLanguage, DetectEntities, DetectKeyPhrases, DetectPiiEntities, DetectSentiment, DetectSyntax}
359504
comprehend_StartTopicsDetectionJob:

0 commit comments

Comments
 (0)