classe finale statica pubblica Summary.Audio.Builder
Tipo di protocollo tensorflow.Summary.Audio
Metodi pubblici
Riepilogo.Audio.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
Riepilogo.Audio | costruire () |
Riepilogo.Audio | buildPartial () |
Riepilogo.Audio.Builder | chiaro () |
Riepilogo.Audio.Builder | clearContentType () string content_type = 5; |
Riepilogo.Audio.Builder | clearEncodedAudioString () Encoded audio data and its associated RFC 2045 content type (e.g. |
Riepilogo.Audio.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
Riepilogo.Audio.Builder | clearLengthFrames () Length of the audio in frames (samples per channel). |
Riepilogo.Audio.Builder | cancellaNumCanali () Number of channels of audio. |
Riepilogo.Audio.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Riepilogo.Audio.Builder | clearSampleRate () Sample rate of the audio in Hz. |
Riepilogo.Audio.Builder | clone () |
Corda | getContentType () string content_type = 5; |
com.google.protobuf.ByteString | getContentTypeBytes () string content_type = 5; |
Riepilogo.Audio | |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.ByteString | getEncodedAudioString () Encoded audio data and its associated RFC 2045 content type (e.g. |
lungo | getLengthFrames () Length of the audio in frames (samples per channel). |
lungo | getNumCanali () Number of channels of audio. |
galleggiante | getSampleRate () Sample rate of the audio in Hz. |
booleano finale | |
Riepilogo.Audio.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
Riepilogo.Audio.Builder | mergeFrom (com.google.protobuf.Message altro) |
riepilogo finale.Audio.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Riepilogo.Audio.Builder | setContentType (valore stringa) string content_type = 5; |
Riepilogo.Audio.Builder | setContentTypeBytes (valore com.google.protobuf.ByteString) string content_type = 5; |
Riepilogo.Audio.Builder | setEncodedAudioString (valore com.google.protobuf.ByteString) Encoded audio data and its associated RFC 2045 content type (e.g. |
Riepilogo.Audio.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
Riepilogo.Audio.Builder | setLengthFrames (valore lungo) Length of the audio in frames (samples per channel). |
Riepilogo.Audio.Builder | setNumChannels (valore lungo) Number of channels of audio. |
Riepilogo.Audio.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
Riepilogo.Audio.Builder | setSampleRate (valore float) Sample rate of the audio in Hz. |
riepilogo finale.Audio.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public Summary.Audio.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
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;
pubblico com.google.protobuf.ByteString getContentTypeBytes ()
string content_type = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico com.google.protobuf.ByteString getEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
pubblico lungo getLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
pubblico lungo getNumChannels ()
Number of channels of audio.
int64 num_channels = 2;
pubblico float getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;
public final booleano isInitialized ()
pubblico Summary.Audio.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
finale pubblico Summary.Audio.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
pubblico Summary.Audio.Builder setContentTypeBytes (valore com.google.protobuf.ByteString)
string content_type = 5;
pubblico Summary.Audio.Builder setEncodedAudioString (valore com.google.protobuf.ByteString)
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4;
pubblico Summary.Audio.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public Summary.Audio.Builder setLengthFrames (valore lungo)
Length of the audio in frames (samples per channel).
int64 length_frames = 3;
public Summary.Audio.Builder setNumChannels (valore lungo)
Number of channels of audio.
int64 num_channels = 2;
public Summary.Audio.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public Summary.Audio.Builder setSampleRate (valore float)
Sample rate of the audio in Hz.
float sample_rate = 1;