Summary.Audio.Builder

classe final pública estática Summary.Audio.Builder

tensorflow.Summary.Audio type tensorflow.Summary.Audio

Métodos Públicos

Summary.Audio.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Summary.Audio
build ()
Summary.Audio
Summary.Audio.Builder
limpar ()
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 (campo com.google.protobuf.Descriptors.FieldDescriptor)
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 ()
Fragmento
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.
longo
getLengthFrames ()
 Length of the audio in frames (samples per channel).
longo
getNumChannels ()
 Number of channels of audio.
flutuador
getSampleRate ()
 Sample rate of the audio in Hz.
final booleano
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 (valor String)
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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Summary.Audio.Builder
setLengthFrames (valor longo)
 Length of the audio in frames (samples per channel).
Summary.Audio.Builder
setNumChannels (valor longo)
 Number of channels of audio.
Summary.Audio.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
Summary.Audio.Builder
setSampleRate (valor flutuante)
 Sample rate of the audio in Hz.
final Summary.Audio.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public Summary.Audio.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do 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;

clone public Summary.Audio.Builder ()

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 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)

Lança
IOException

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

public final Summary.Audio.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Summary.Audio.Builder setContentType (String value)

string content_type = 5;

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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public Summary.Audio.Builder setLengthFrames (valor longo)

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

public Summary.Audio.Builder setNumChannels (valor longo)

 Number of channels of audio.
 
int64 num_channels = 2;

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

public Summary.Audio.Builder setSampleRate (valor flutuante)

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

public final Summary.Audio.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)