| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
AudioMetadata |
AudioMetadata.clone() |
AudioMetadata |
AudioMetadata.withCodec(String codec)
The audio codec used to encode or decode the audio stream.
|
AudioMetadata |
AudioMetadata.withDurationMillis(Long durationMillis)
The duration of the audio stream in milliseconds.
|
AudioMetadata |
AudioMetadata.withNumberOfChannels(Long numberOfChannels)
The number of audio channels in the segement.
|
AudioMetadata |
AudioMetadata.withSampleRate(Long sampleRate)
The sample rate for the audio stream.
|
| Modifier and Type | Method and Description |
|---|---|
List<AudioMetadata> |
GetSegmentDetectionResult.getAudioMetadata()
An array of objects.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withAudioMetadata(AudioMetadata... audioMetadata)
An array of objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSegmentDetectionResult.setAudioMetadata(Collection<AudioMetadata> audioMetadata)
An array of objects.
|
GetSegmentDetectionResult |
GetSegmentDetectionResult.withAudioMetadata(Collection<AudioMetadata> audioMetadata)
An array of objects.
|
Copyright © 2020. All rights reserved.