Skip to content

Commit c576f38

Browse files
committed
chore(examples): update examples
1 parent c8f05b0 commit c576f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IBM.Watson.NaturalLanguageUnderstanding.v1/Examples/ServiceExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public void AnalyzeWithMetadata()
239239
url: "www.ibm.com",
240240
features: new Features()
241241
{
242-
Metadata = new FeaturesResultsMetadata()
242+
Metadata = new Dictionary<string, object>()
243243
}
244244
);
245245

0 commit comments

Comments
 (0)