Uses of Class
org.tensorflow.proto.Summary.Audio.Builder
Packages that use Summary.Audio.Builder
-
Uses of Summary.Audio.Builder in org.tensorflow.proto
Subclasses with type arguments of type Summary.Audio.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.Summary.AudioMethods in org.tensorflow.proto that return Summary.Audio.BuilderModifier and TypeMethodDescriptionSummary.Audio.Builder.clear()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.clearLengthFrames()Length of the audio in frames (samples per channel).Summary.Audio.Builder.clearNumChannels()Number of channels of audio.Summary.Audio.Builder.clearSampleRate()Sample rate of the audio in Hz.Summary.Value.Builder.getAudioBuilder().tensorflow.Summary.Audio audio = 6;Summary.Audio.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Summary.Audio.Builder.mergeFrom(Summary.Audio other) static Summary.Audio.BuilderSummary.Audio.newBuilder()static Summary.Audio.BuilderSummary.Audio.newBuilder(Summary.Audio prototype) Summary.Audio.newBuilderForType()protected Summary.Audio.BuilderSummary.Audio.newBuilderForType(AbstractMessage.BuilderParent parent) Summary.Audio.Builder.setContentType(String value) string content_type = 5;Summary.Audio.Builder.setContentTypeBytes(ByteString value) string content_type = 5;Summary.Audio.Builder.setEncodedAudioString(ByteString value) Encoded audio data and its associated RFC 2045 content type (e.g.Summary.Audio.Builder.setLengthFrames(long value) Length of the audio in frames (samples per channel).Summary.Audio.Builder.setNumChannels(long value) Number of channels of audio.Summary.Audio.Builder.setSampleRate(float value) Sample rate of the audio in Hz.Summary.Audio.toBuilder()Methods in org.tensorflow.proto with parameters of type Summary.Audio.BuilderModifier and TypeMethodDescriptionSummary.Value.Builder.setAudio(Summary.Audio.Builder builderForValue) .tensorflow.Summary.Audio audio = 6;