Skip to content

Commit

Permalink
fix region tag product name
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf authored and averikitsch committed Nov 4, 2022
1 parent eedb1be commit f6e21dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.example.mediatranslation;

// [START media_translation_translate_from_file]
// [START mediatranslation_translate_from_file]

import com.google.api.gax.rpc.BidiStream;
import com.google.cloud.mediatranslation.v1beta1.SpeechTranslationServiceClient;
Expand Down Expand Up @@ -92,4 +92,4 @@ public static void translateFromFile(String filePath) throws IOException {
}
}
}
// [END media_translation_translate_from_file]
// [END mediatranslation_translate_from_file]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.example.mediatranslation;

// [START media_translation_translate_from_mic]
// [START mediatranslation_translate_from_mic]

import com.google.api.gax.rpc.ClientStream;
import com.google.api.gax.rpc.ResponseObserver;
Expand Down Expand Up @@ -129,4 +129,4 @@ public void onError(Throwable t) {
}
}
}
// [END media_translation_translate_from_mic]
// [END mediatranslation_translate_from_mic]

0 comments on commit f6e21dc

Please sign in to comment.