public static final class Summary.Audio
tensorflow.Summary.Audio type tensorflow.Summary.Audio
Classes aninhadas
| aula | Summary.Audio.Builder | tensorflow.Summary.Audio type tensorflow.Summary.Audio | |
Constantes
| int | CONTENT_TYPE_FIELD_NUMBER | |
| int | ENCODED_AUDIO_STRING_FIELD_NUMBER | |
| int | LENGTH_FRAMES_FIELD_NUMBER | |
| int | NUM_CHANNELS_FIELD_NUMBER | |
| int | SAMPLE_RATE_FIELD_NUMBER |
Métodos Públicos
| boleano | igual a (objeto obj) |
| Fragmento | getContentType () string content_type = 5; |
| com.google.protobuf.ByteString | getContentTypeBytes () string content_type = 5; |
| static Summary.Audio | |
| Summary.Audio | |
| final static 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. |
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int | hashCode () |
| final booleano | |
| static Summary.Audio.Builder | newBuilder (protótipo Summary.Audio ) |
| static Summary.Audio.Builder | newBuilder () |
| Summary.Audio.Builder | |
| static Summary.Audio | parseDelimitedFrom (InputStream input) |
| static Summary.Audio | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Audio | parseFrom (dados ByteBuffer) |
| static Summary.Audio | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Audio | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Audio | parseFrom (com.google.protobuf.CodedInputStream input) |
| static Summary.Audio | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Audio | parseFrom (com.google.protobuf.ByteString data) |
| static Summary.Audio | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| static Summary.Audio | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analisador () |
| Summary.Audio.Builder | toBuilder () |
| vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int CONTENT_TYPE_FIELD_NUMBER
Valor constante: 5
public static final int ENCODED_AUDIO_STRING_FIELD_NUMBER
Valor constante: 4
public static final int LENGTH_FRAMES_FIELD_NUMBER
Valor Constante: 3
público estático final int NUM_CHANNELS_FIELD_NUMBER
Valor constante: 2
public static final int SAMPLE_RATE_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
public boolean equals (Object obj)
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.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; público getParserForType ()
public float getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1;public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static Summary.Audio parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Audio parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Audio parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Audio parseFrom (com.google.protobuf.CodedInputStream input)
Lança
| IOException |
|---|
public static Summary.Audio parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Audio parseFrom (com.google.protobuf.ByteString data)
Lança
| InvalidProtocolBufferException |
|---|
public static Summary.Audio parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public static Summary.Audio parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| InvalidProtocolBufferException |
|---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
| IOException |
|---|