diff --git a/third_party/docfx-doclet-143274/src/main/java/com/microsoft/util/YamlUtil.java b/third_party/docfx-doclet-143274/src/main/java/com/microsoft/util/YamlUtil.java
index 7f0a1f97..7fd6bbf6 100644
--- a/third_party/docfx-doclet-143274/src/main/java/com/microsoft/util/YamlUtil.java
+++ b/third_party/docfx-doclet-143274/src/main/java/com/microsoft/util/YamlUtil.java
@@ -35,6 +35,6 @@ public static String cleanupHtml(String text) {
.replaceAll("\\{@link *\"([^\\{]+)\" *\\}", "$1")
.replaceAll("\\[([^]]+)]\\[([^]]+)\\]", "
Service Description: Service that implements Google Cloud Speech API.\n\n
Sample for SpeechClient:\n\n
\n try (SpeechClient speechClient = SpeechClient.create()) {\n RecognitionConfig config = RecognitionConfig.newBuilder().build();\n RecognitionAudio audio = RecognitionAudio.newBuilder().build();\n RecognizeResponse response = speechClient.recognize(config, audio);\n }\n \n\n Service Description: Service that implements Google Cloud Speech Adaptation API.\n\n
Sample for AdaptationClient:\n\n
\n try (AdaptationClient adaptationClient = AdaptationClient.create()) {\n LocationName parent = LocationName.of(\"[PROJECT]\", \"[LOCATION]\");\n PhraseSet phraseSet = PhraseSet.newBuilder().build();\n String phraseSetId = \"phraseSetId959902180\";\n PhraseSet response = adaptationClient.createPhraseSet(parent, phraseSet, phraseSetId);\n }\n "
+ summary: "The interfaces provided are listed below, along with usage samples.\n\n Service Description: Service that implements Google Cloud Speech API.\n\n
Sample for SpeechClient:\n\n
\n try (SpeechClient speechClient = SpeechClient.create()) {\n RecognitionConfig config = RecognitionConfig.newBuilder().build();\n RecognitionAudio audio = RecognitionAudio.newBuilder().build();\n RecognizeResponse response = speechClient.recognize(config, audio);\n }\n \n\n Service Description: Service that implements Google Cloud Speech Adaptation API.\n\n
Sample for AdaptationClient:\n\n
\n try (AdaptationClient adaptationClient = AdaptationClient.create()) {\n LocationName parent = LocationName.of(\"[PROJECT]\", \"[LOCATION]\");\n PhraseSet phraseSet = PhraseSet.newBuilder().build();\n String phraseSetId = \"phraseSetId959902180\";\n PhraseSet response = adaptationClient.createPhraseSet(parent, phraseSet, phraseSetId);\n }\n "
syntax:
content: "package com.microsoft.samples"
javaType: "package"