공개 정적 최종 클래스 Summary.Audio.Builder
Protobuf 유형 tensorflow.Summary.Audio
공개 방법
| 요약.오디오.빌더 | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
| 요약.오디오 | 짓다 () |
| 요약.오디오 | 빌드부분 () |
| 요약.오디오.빌더 | 분명한 () |
| 요약.오디오.빌더 | 클리어컨텐트타입 () string content_type = 5; |
| 요약.오디오.빌더 | 클리어EncodedAudioString () 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. |
| 뜨다 | 샘플레이트 () Sample rate of the audio in Hz. |
| 최종 부울 | 초기화됨 () |
| 요약.오디오.빌더 | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| 요약.오디오.빌더 | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
| 최종 요약.Audio.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
| 요약.오디오.빌더 | 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. |
| 최종 요약.Audio.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
상속된 메서드
공개 방법
공개 Summary.Audio.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 요약.Audio.Builder ClearEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4; 공개 요약.Audio.Builder 클리어LengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3; 공개 문자열 getContentType ()
string content_type = 5;
공개 com.google.protobuf.ByteString getContentTypeBytes ()
string content_type = 5;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 com.google.protobuf.ByteString getEncodedAudioString ()
Encoded audio data and its associated RFC 2045 content type (e.g. "audio/wav").
bytes encoded_audio_string = 4; 공개 긴 getLengthFrames ()
Length of the audio in frames (samples per channel).
int64 length_frames = 3; 공개 긴 getNumChannels ()
Number of channels of audio.
int64 num_channels = 2; 공개 부동 getSampleRate ()
Sample rate of the audio in Hz.
float sample_rate = 1; 공개 최종 부울 isInitialized ()
공개 Summary.Audio.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
| IO예외 |
|---|
공개 Summary.Audio.Builder setContentTypeBytes (com.google.protobuf.ByteString 값)
string content_type = 5;
공개 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; 공개 Summary.Audio.Builder setLengthFrames (긴 값)
Length of the audio in frames (samples per channel).
int64 length_frames = 3; 공개 Summary.Audio.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 Summary.Audio.Builder setSampleRate (부동 소수점 값)
Sample rate of the audio in Hz.
float sample_rate = 1;