diff --git a/internal/.repo-metadata-full.json b/internal/.repo-metadata-full.json index d6faaf38ac9f..6ef8ba1e2c0b 100644 --- a/internal/.repo-metadata-full.json +++ b/internal/.repo-metadata-full.json @@ -2036,7 +2036,7 @@ "language": "go", "client_library_type": "generated", "client_documentation": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/speech/latest/apiv2", - "release_level": "preview", + "release_level": "stable", "library_type": "GAPIC_AUTO" }, "cloud.google.com/go/storage": { diff --git a/speech/apiv2/doc.go b/speech/apiv2/doc.go index 36316458f0d1..92b9e67c59ba 100755 --- a/speech/apiv2/doc.go +++ b/speech/apiv2/doc.go @@ -19,8 +19,6 @@ // // Converts audio to text by applying powerful neural network models. // -// NOTE: This package is in beta. It is not stable, and may be subject to changes. -// // # General documentation // // For information about setting deadlines, reusing contexts, and more