summaryrefslogtreecommitdiff
path: root/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto')
-rw-r--r--java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto b/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
index 1fa4727f9..dd2170ade 100644
--- a/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
+++ b/java/com/android/voicemail/impl/transcribe/grpc/voicemail_transcription.proto
@@ -5,9 +5,10 @@ syntax = "proto2";
package google.internal.communications.voicemailtranscription.v1;
option java_multiple_files = true;
-option java_package = "com.google.internal.communications.voicemailtranscription.v1";
option optimize_for = LITE_RUNTIME;
+option java_package = "com.google.internal.communications.voicemailtranscription.v1";
+
// Enum that specifies supported audio formats.
enum AudioFormat {
// Default but invalid value.
@@ -41,4 +42,4 @@ service VoicemailTranscriptionService {
}
// LINT.ThenChange(//depot/google3/google/internal/communications/voicemailtranscription/v1/\
-// voicemail_transcription.proto) \ No newline at end of file
+// voicemail_transcription.proto)