Class ExplicitDecodingConfig (4.71.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 4.71.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  ExplicitDecodingConfig   extends   GeneratedMessageV3   implements   ExplicitDecodingConfigOrBuilder  
   Explicitly specified decoding parameters.
 Protobuf type google.cloud.speech.v2.ExplicitDecodingConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  AUDIO_CHANNEL_COUNT_FIELD_NUMBER 
  
    
public   static   final   int   AUDIO_CHANNEL_COUNT_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  ENCODING_FIELD_NUMBER 
  
    
public   static   final   int   ENCODING_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SAMPLE_RATE_HERTZ_FIELD_NUMBER 
  
    
public   static   final   int   SAMPLE_RATE_HERTZ_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   ExplicitDecodingConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   ExplicitDecodingConfig . Builder   newBuilder ()  
  
  newBuilder(ExplicitDecodingConfig prototype) 
  
    
public   static   ExplicitDecodingConfig . Builder   newBuilder ( ExplicitDecodingConfig   prototype )  
  
  
  
    
public   static   ExplicitDecodingConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   ExplicitDecodingConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ExplicitDecodingConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   ExplicitDecodingConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   ExplicitDecodingConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   ExplicitDecodingConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ExplicitDecodingConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<ExplicitDecodingConfig>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getAudioChannelCount() 
  
    
public   int   getAudioChannelCount ()  
   Optional. Number of channels present in the audio data sent for
 recognition. Note that this field is marked as OPTIONAL for backward
 compatibility reasons. It is (and has always been) effectively REQUIRED.
 The maximum allowed value is 8.
 int32 audio_channel_count = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The audioChannelCount.
 
     
  
  getDefaultInstanceForType() 
  
    
public   ExplicitDecodingConfig   getDefaultInstanceForType ()  
  
  getEncoding() 
  
    
public   ExplicitDecodingConfig . AudioEncoding   getEncoding ()  
   Required. Encoding of the audio data sent for recognition.
 
 .google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
 
getEncodingValue() 
  
    
public   int   getEncodingValue ()  
   Required. Encoding of the audio data sent for recognition.
 
 .google.cloud.speech.v2.ExplicitDecodingConfig.AudioEncoding encoding = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for encoding.
 
     
  
  getParserForType() 
  
    
public   Parser<ExplicitDecodingConfig>   getParserForType ()  
  
  Overrides 
  
  getSampleRateHertz() 
  
    
public   int   getSampleRateHertz ()  
   Optional. Sample rate in Hertz of the audio data sent for recognition.
 Valid values are: 8000-48000, and 16000 is optimal. For best results, set
 the sampling rate of the audio source to 16000 Hz. If that's not possible,
 use the native sample rate of the audio source (instead of resampling).
 Note that this field is marked as OPTIONAL for backward compatibility
 reasons. It is (and has always been) effectively REQUIRED.
 int32 sample_rate_hertz = 2 [(.google.api.field_behavior) = OPTIONAL];
    
      
        Returns  
      
        Type Description  
      
        int The sampleRateHertz.
 
     
  
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   ExplicitDecodingConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ExplicitDecodingConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   ExplicitDecodingConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]