| Modifier and Type | Method and Description |
|---|---|
static RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.RecordingDeviceType.forNumber(int value) |
RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.getRecordingDeviceType()
The type of device the speech was recorded with.
|
RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.Builder.getRecordingDeviceType()
The type of device the speech was recorded with.
|
RecognitionMetadata.RecordingDeviceType |
RecognitionMetadataOrBuilder.getRecordingDeviceType()
The type of device the speech was recorded with.
|
static RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.RecordingDeviceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.RecordingDeviceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RecognitionMetadata.RecordingDeviceType |
RecognitionMetadata.RecordingDeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecognitionMetadata.RecordingDeviceType[] |
RecognitionMetadata.RecordingDeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<RecognitionMetadata.RecordingDeviceType> |
RecognitionMetadata.RecordingDeviceType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RecognitionMetadata.Builder |
RecognitionMetadata.Builder.setRecordingDeviceType(RecognitionMetadata.RecordingDeviceType value)
The type of device the speech was recorded with.
|
Copyright © 2021 Google LLC. All rights reserved.