All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.speech.v1p1beta1.RecognitionMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.44.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/speech/v1p1beta1/cloud_speech.proto

package com.google.cloud.speech.v1p1beta1;

public interface RecognitionMetadataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.cloud.speech.v1p1beta1.RecognitionMetadata)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The use case most closely describing the audio content to be recognized.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.InteractionType interaction_type = 1; */ int getInteractionTypeValue(); /** *
   * The use case most closely describing the audio content to be recognized.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.InteractionType interaction_type = 1; */ com.google.cloud.speech.v1p1beta1.RecognitionMetadata.InteractionType getInteractionType(); /** *
   * The industry vertical to which this speech recognition request most
   * closely applies. This is most indicative of the topics contained
   * in the audio.  Use the 6-digit NAICS code to identify the industry
   * vertical - see https://www.naics.com/search/.
   * 
* * uint32 industry_naics_code_of_audio = 3; */ int getIndustryNaicsCodeOfAudio(); /** *
   * The audio type that most closely describes the audio being recognized.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.MicrophoneDistance microphone_distance = 4; */ int getMicrophoneDistanceValue(); /** *
   * The audio type that most closely describes the audio being recognized.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.MicrophoneDistance microphone_distance = 4; */ com.google.cloud.speech.v1p1beta1.RecognitionMetadata.MicrophoneDistance getMicrophoneDistance(); /** *
   * The original media the speech was recorded on.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.OriginalMediaType original_media_type = 5; */ int getOriginalMediaTypeValue(); /** *
   * The original media the speech was recorded on.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.OriginalMediaType original_media_type = 5; */ com.google.cloud.speech.v1p1beta1.RecognitionMetadata.OriginalMediaType getOriginalMediaType(); /** *
   * The type of device the speech was recorded with.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.RecordingDeviceType recording_device_type = 6; */ int getRecordingDeviceTypeValue(); /** *
   * The type of device the speech was recorded with.
   * 
* * .google.cloud.speech.v1p1beta1.RecognitionMetadata.RecordingDeviceType recording_device_type = 6; */ com.google.cloud.speech.v1p1beta1.RecognitionMetadata.RecordingDeviceType getRecordingDeviceType(); /** *
   * The device used to make the recording.  Examples 'Nexus 5X' or
   * 'Polycom SoundStation IP 6000' or 'POTS' or 'VoIP' or
   * 'Cardioid Microphone'.
   * 
* * string recording_device_name = 7; */ java.lang.String getRecordingDeviceName(); /** *
   * The device used to make the recording.  Examples 'Nexus 5X' or
   * 'Polycom SoundStation IP 6000' or 'POTS' or 'VoIP' or
   * 'Cardioid Microphone'.
   * 
* * string recording_device_name = 7; */ com.google.protobuf.ByteString getRecordingDeviceNameBytes(); /** *
   * Mime type of the original audio file.  For example `audio/m4a`,
   * `audio/x-alaw-basic`, `audio/mp3`, `audio/3gpp`.
   * A list of possible audio mime types is maintained at
   * http://www.iana.org/assignments/media-types/media-types.xhtml#audio
   * 
* * string original_mime_type = 8; */ java.lang.String getOriginalMimeType(); /** *
   * Mime type of the original audio file.  For example `audio/m4a`,
   * `audio/x-alaw-basic`, `audio/mp3`, `audio/3gpp`.
   * A list of possible audio mime types is maintained at
   * http://www.iana.org/assignments/media-types/media-types.xhtml#audio
   * 
* * string original_mime_type = 8; */ com.google.protobuf.ByteString getOriginalMimeTypeBytes(); /** *
   * Obfuscated (privacy-protected) ID of the user, to identify number of
   * unique users using the service.
   * 
* * int64 obfuscated_id = 9; */ long getObfuscatedId(); /** *
   * Description of the content. Eg. "Recordings of federal supreme court
   * hearings from 2012".
   * 
* * string audio_topic = 10; */ java.lang.String getAudioTopic(); /** *
   * Description of the content. Eg. "Recordings of federal supreme court
   * hearings from 2012".
   * 
* * string audio_topic = 10; */ com.google.protobuf.ByteString getAudioTopicBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy