Summary.Audio.Builder

パブリック静的最終クラスSummary.Audio.Builder

Protobuf 型tensorflow.Summary.Audio

パブリックメソッド

概要.オーディオ.ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
概要.音声
建てる()
概要.音声
概要.オーディオ.ビルダー
クリア()
概要.オーディオ.ビルダー
クリアコンテンツタイプ()
string content_type = 5;
概要.オーディオ.ビルダー
clearEncodedAudioString ()
 Encoded audio data and its associated RFC 2045 content type (e.g.
概要.オーディオ.ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
概要.オーディオ.ビルダー
クリア長フレーム()
 Length of the audio in frames (samples per channel).
概要.オーディオ.ビルダー
クリアNumChannels ()
 Number of channels of audio.
概要.オーディオ.ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
概要.オーディオ.ビルダー
クリアサンプルレート()
 Sample rate of the audio in Hz.
概要.オーディオ.ビルダー
getContentType ()
string content_type = 5;
com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
概要.音声
最終的な静的 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.
長さ
getLengthFrames ()
 Length of the audio in frames (samples per channel).
長さ
getNumChannels ()
 Number of channels of audio.
フロート
getSampleRate ()
 Sample rate of the audio in Hz.
最終ブール値
概要.オーディオ.ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
概要.オーディオ.ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的な概要.オーディオ.ビルダー
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
概要.オーディオ.ビルダー
setContentType (文字列値)
string content_type = 5;
概要.オーディオ.ビルダー
setContentTypeBytes (com.google.protobuf.ByteString 値)
string content_type = 5;
概要.オーディオ.ビルダー
setEncodedAudioString (com.google.protobuf.ByteString 値)
 Encoded audio data and its associated RFC 2045 content type (e.g.
概要.オーディオ.ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
概要.オーディオ.ビルダー
setLengthFrames (長い値)
 Length of the audio in frames (samples per channel).
概要.オーディオ.ビルダー
setNumChannels (長い値)
 Number of channels of audio.
概要.オーディオ.ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
概要.オーディオ.ビルダー
setSampleRate (浮動小数点値)
 Sample rate of the audio in Hz.
最終的な概要.オーディオ.ビルダー
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
org.tensorflow.proto.framework.summary.AudioOrBuilderより
抽象文字列
getContentType ()
string content_type = 5;
抽象的な com.google.protobuf.ByteString
getContentTypeBytes ()
string content_type = 5;
抽象的な 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.

パブリックメソッド

public Summary.Audio.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public Summary.Audioビルド()

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

パブリック 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;

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

public Summary.Audio.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

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

public Final Summary.Audio.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public Summary.Audio.Builder setContentType (文字列値)

string content_type = 5;

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

string content_type = 5;

public Summary.Audio.Builder setEncodedAudioString (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 (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public Summary.Audio.Builder setLengthFrames (長い値)

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

public Summary.Audio.Builder setNumChannels (長い値)

 Number of channels of audio.
 
int64 num_channels = 2;

public Summary.Audio.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Summary.Audio.Builder setSampleRate (浮動小数点値)

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

public Final Summary.Audio.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)