Summary.Audio.Builder

Resumen de clase final estática pública.Audio.Builder

Protobuf tipo tensorflow.Summary.Audio

Métodos públicos

Resumen.Audio.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Resumen Audio
Resumen Audio
Resumen.Audio.Builder
claro ()
Resumen.Audio.Builder
clearContentType ()
string content_type = 5;
Resumen.Audio.Builder
clearEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
Resumen.Audio.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
Resumen.Audio.Builder
clearLengthFrames ()
 Length of the audio in frames (samples per channel).
Resumen.Audio.Builder
clearNumChannels ()
 Number of channels of audio.
Resumen.Audio.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Resumen.Audio.Builder
clearSampleRate ()
 Sample rate of the audio in Hz.
Resumen.Audio.Builder
clonar ()
Cuerda
getContentType ()
string content_type = 5;
com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
Resumen Audio
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
largo
getLengthFrames ()
 Length of the audio in frames (samples per channel).
largo
getNumChannels ()
 Number of channels of audio.
flotador
getSampleRate ()
 Sample rate of the audio in Hz.
booleano final
Resumen.Audio.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Resumen.Audio.Builder
mergeFrom (com.google.protobuf.Message otro)
Resumen final.Audio.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
Summary.Audio.Builder
setContentType (valor de cadena)
string content_type = 5;
Resumen.Audio.Builder
setContentTypeBytes (valor de com.google.protobuf.ByteString)
string content_type = 5;
Resumen.Audio.Builder
setEncodedAudioString (valor de com.google.protobuf.ByteString)
 Encoded audio data and its associated RFC 2045 content type (e.g.
Resumen.Audio.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Resumen.Audio.Builder
setLengthFrames (valor largo)
 Length of the audio in frames (samples per channel).
Resumen.Audio.Builder
setNumChannels (valor largo)
 Number of channels of audio.
Resumen.Audio.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
Resumen.Audio.Builder
setSampleRate (valor flotante)
 Sample rate of the audio in Hz.
Resumen final.Audio.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public Summary.Audio.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public Summary.Audio build ()

public Summary.Audio buildPartial ()

public Summary.Audio.Builder clear ()

public Summary.Audio.Builder clearContentType ()

string content_type = 5;

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 clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

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 clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public Summary.Audio.Builder clearSampleRate ()

 Sample rate of the audio in Hz.
 
float sample_rate = 1;

public Summary.Audio.Builder clone ()

public String getContentType ()

string content_type = 5;

public com.google.protobuf.ByteString getContentTypeBytes ()

string content_type = 5;

public Summary.Audio getDefaultInstanceForType ()

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 flotante getSampleRate ()

 Sample rate of the audio in Hz.
 
float sample_rate = 1;

public final boolean isInitialized ()

public Summary.Audio.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public Summary.Audio.Builder mergeFrom (com.google.protobuf.Message other)

Resumen público final.Audio.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Summary.Audio.Builder setContentType (valor de cadena)

string content_type = 5;

public Summary.Audio.Builder setContentTypeBytes (valor de com.google.protobuf.ByteString)

string content_type = 5;

public Summary.Audio.Builder setEncodedAudioString (valor de com.google.protobuf.ByteString)

 Encoded audio data and its associated RFC 2045 content type (e.g.
 "audio/wav").
 
bytes encoded_audio_string = 4;

public Summary.Audio.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public Summary.Audio.Builder setLengthFrames (valor largo)

 Length of the audio in frames (samples per channel).
 
int64 length_frames = 3;

public Summary.Audio.Builder setNumChannels (valor largo)

 Number of channels of audio.
 
int64 num_channels = 2;

public Summary.Audio.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public Summary.Audio.Builder setSampleRate (valor flotante)

 Sample rate of the audio in Hz.
 
float sample_rate = 1;

público final Summary.Audio.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)