public static final   class
      Summary.Audio.Builder
Protobuf type tensorflow.Summary.Audio
Public Methods
| Summary.Audio.Builder | 
 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
                
               
 | 
| Summary.Audio | 
 
build()
                
               
 | 
| Summary.Audio | |
| Summary.Audio.Builder | 
 
clear()
                
               
 | 
| Summary.Audio.Builder | 
 
clearContentType()
                
                   
string content_type = 5;
 | 
| Summary.Audio.Builder | 
 
clearEncodedAudioString()
                
                   
Encoded audio data and its associated RFC 2045 content type (e.g.  | 
| Summary.Audio.Builder | 
 
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
                
               
 | 
| Summary.Audio.Builder | 
 
clearLengthFrames()
                
                   
Length of the audio in frames (samples per channel).  | 
| Summary.Audio.Builder | 
 
clearNumChannels()
                
                   
Number of channels of audio.  | 
| Summary.Audio.Builder | 
 
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
                
               
 | 
| Summary.Audio.Builder | 
 
clearSampleRate()
                
                   
Sample rate of the audio in Hz.  | 
| Summary.Audio.Builder | 
 
clone()
                
               
 | 
| String | 
 
getContentType()
                
                   
string content_type = 5;
 | 
| com.google.protobuf.ByteString | 
 
getContentTypeBytes()
                
                   
string content_type = 5;
 | 
| Summary.Audio | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | 
 
getEncodedAudioString()
                
                   
Encoded audio data and its associated RFC 2045 content type (e.g.  | 
| long | 
 
getLengthFrames()
                
                   
Length of the audio in frames (samples per channel).  | 
| long | 
 
getNumChannels()
                
                   
Number of channels of audio.  | 
| float | 
 
getSampleRate()
                
                   
Sample rate of the audio in Hz.  | 
| final boolean | |
| Summary.Audio.Builder | 
 
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                
               
 | 
| Summary.Audio.Builder | 
 
mergeFrom(com.google.protobuf.Message other)
                
               
 | 
| final Summary.Audio.Builder | 
 
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
                
               
 | 
| Summary.Audio.Builder | 
 
setContentType(String value)
                
                   
string content_type = 5;
 | 
| Summary.Audio.Builder | 
 
setContentTypeBytes(com.google.protobuf.ByteString value)
                
                   
string content_type = 5;
 | 
| Summary.Audio.Builder | 
 
setEncodedAudioString(com.google.protobuf.ByteString value)
                
                   
Encoded audio data and its associated RFC 2045 content type (e.g.  | 
| Summary.Audio.Builder | 
 
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
                
               
 | 
| Summary.Audio.Builder | 
 
setLengthFrames(long value)
                
                   
Length of the audio in frames (samples per channel).  | 
| Summary.Audio.Builder | 
 
setNumChannels(long value)
                
                   
Number of channels of audio.  | 
| Summary.Audio.Builder | 
 
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
                
               
 | 
| Summary.Audio.Builder | 
 
setSampleRate(float value)
                
                   
Sample rate of the audio in Hz.  | 
| final Summary.Audio.Builder | 
 
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
                
               
 | 
Inherited Methods
Public Methods
public Summary.Audio.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public Summary.Audio.Builder clearEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
public Summary.Audio.Builder clearLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
public Summary.Audio.Builder clearNumChannels ()
Number of channels of audio.
int64 num_channels = 2;
public Summary.Audio.Builder clearSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;
public String getContentType ()
string content_type = 5;
public com.google.protobuf.ByteString getContentTypeBytes ()
string content_type = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public com.google.protobuf.ByteString getEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
public long getLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
public long getNumChannels ()
Number of channels of audio.
int64 num_channels = 2;
public float getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;
public final boolean isInitialized ()
public Summary.Audio.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException | 
|---|
public final Summary.Audio.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public Summary.Audio.Builder setContentTypeBytes (com.google.protobuf.ByteString value)
string content_type = 5;
public Summary.Audio.Builder setEncodedAudioString (com.google.protobuf.ByteString value)
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
public Summary.Audio.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public Summary.Audio.Builder setLengthFrames (long value)
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
public Summary.Audio.Builder setNumChannels (long value)
Number of channels of audio.
int64 num_channels = 2;
public Summary.Audio.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public Summary.Audio.Builder setSampleRate (float value)
Sample rate of the audio in Hz.
float sample_rate = 1;