Summary.Audio

public static Final クラスSummary.Audio

Protobuf 型tensorflow.Summary.Audio

ネストされたクラス

クラス概要.オーディオ.ビルダーProtobuf 型tensorflow.Summary.Audio

定数

整数CONTENT_TYPE_FIELD_NUMBER
整数ENCODED_AUDIO_STRING_FIELD_NUMBER
整数LENGTH_FRAMES_FIELD_NUMBER
整数NUM_CHANNELS_FIELD_NUMBER
整数SAMPLE_RATE_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
getContentType ()
string content_type = 5;
com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
静的な概要.オーディオ
概要.音声
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.ByteString
getEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
長さ
getLengthFrames ()
 Length of the audio in frames (samples per channel).
長さ
getNumChannels ()
 Number of channels of audio.
浮く
getSampleRate ()
 Sample rate of the audio in Hz.
整数
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的なSummary.Audio.Builder
newBuilder (概要.オーディオプロトタイプ)
静的なSummary.Audio.Builder
概要.オーディオ.ビルダー
静的な概要.オーディオ
parseDelimitedFrom (InputStream 入力)
静的な概要.オーディオ
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.オーディオ
parseFrom (ByteBuffer データ)
静的な概要.オーディオ
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.オーディオ
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.オーディオ
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的な概要.オーディオ
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.オーディオ
parseFrom (com.google.protobuf.ByteString データ)
静的な概要.オーディオ
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的な概要.オーディオ
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
概要.オーディオ.ビルダー
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

public static Final int CONTENT_TYPE_FIELD_NUMBER

定数値: 5

パブリック静的最終整数ENCODED_AUDIO_STRING_FIELD_NUMBER

定数値: 4

パブリック静的最終整数LENGTH_FRAMES_FIELD_NUMBER

定数値: 3

public static Final int NUM_CHANNELS_FIELD_NUMBER

定数値: 2

パブリック静的最終整数SAMPLE_RATE_FIELD_NUMBER

定数値: 1

パブリックメソッド

public booleanに等しい(オブジェクト obj)

パブリック String getContentType ()

string content_type = 5;

public com.google.protobuf.ByteString getContentTypeBytes ()

string content_type = 5;

public static Summary.Audio getDefaultInstance ()

public Summary.Audio getDefaultInstanceForType ()

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;

公共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 ()

パブリック最終ブール値isInitialized ()

public static Summary.Audio.Builder newBuilder ( Summary.Audioプロトタイプ)

public static Summary.Audio.Builder newBuilder ()

public Summary.Audio.Builder newBuilderForType ()

public static Summary.Audio parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static Summary.Audio parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Audio parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static Summary.Audio parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Audio parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static Summary.Audio parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static Summary.Audio parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static Summary.Audio parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static Summary.Audio parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static Summary.Audio parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public Summary.Audio.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外