Uses of Class
com.microsoft.cognitiveservices.speech.PropertyCollection
-
-
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return PropertyCollection Modifier and Type Method Description PropertyCollectionAudioDataStream. getProperties()The collection of properties and their values defined for this audio data stream.PropertyCollectionConnectionMessage. getProperties()A collection of properties and their values defined for this ConnectionMessage.PropertyCollectionKeywordRecognizer. getProperties()The collection of properties and their values defined for KeywordRecognizer.PropertyCollectionRecognitionResult. getProperties()The set of properties exposed in the result.PropertyCollectionSpeechRecognizer. getProperties()The collection of properties and their values defined for this SpeechRecognizer.PropertyCollectionSpeechSynthesisResult. getProperties()The set of properties exposed in the result.PropertyCollectionSpeechSynthesizer. getProperties()The collection of properties and their values defined for this SpeechSynthesizer.PropertyCollectionSynthesisVoicesResult. getProperties()The set of properties exposed in the result.PropertyCollectionVoiceInfo. getProperties()The set of properties exposed in the result.Methods in com.microsoft.cognitiveservices.speech with parameters of type PropertyCollection Modifier and Type Method Description protected voidRecognizer. setUpTokenRefreshCallback(PropertyCollection property)Sets up a callback for the token refresh event.protected voidSpeechSynthesizer. setUpTokenRefreshCallback(PropertyCollection property)Sets up a callback for the token refresh event.protected voidRecognizer. updateAuthToken(PropertyCollection property)Updates the authentication token in the given PropertyCollection.protected voidSpeechSynthesizer. updateAuthToken(PropertyCollection property)Updates the authentication token in the given PropertyCollection.Constructors in com.microsoft.cognitiveservices.speech with parameters of type PropertyCollection Constructor Description ContentAssessmentResult(PropertyCollection properties) -
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog that return PropertyCollection Modifier and Type Method Description PropertyCollectionDialogServiceConnector. getProperties()The collection of properties and their values defined for this DialogServiceConnector. -
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return PropertyCollection Modifier and Type Method Description PropertyCollectionIntentRecognizer. getProperties()The collection of properties and their values defined for this IntentRecognizer. -
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return PropertyCollection Modifier and Type Method Description PropertyCollectionSpeakerRecognitionResult. getProperties()The set of properties exposed in the result.PropertyCollectionSpeakerRecognizer. getProperties()The collection of properties and their values defined for SpeakerRecognizer.PropertyCollectionVoiceProfileClient. getProperties()The collection of properties and their values defined for VoiceProfileClient.PropertyCollectionVoiceProfileEnrollmentResult. getProperties()The set of properties exposed in the result.PropertyCollectionVoiceProfilePhraseResult. getProperties()The set of properties exposed in the result.PropertyCollectionVoiceProfileResult. getProperties()The set of properties exposed in the result. -
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return PropertyCollection Modifier and Type Method Description PropertyCollectionConversation. getProperties()The collection of properties and their values defined for this Conversation.PropertyCollectionConversationTranscriber. getProperties()The collection of properties and their values defined for this ConversationTranscriber.PropertyCollectionConversationTranslator. getProperties()The collection or properties and their values defined for this ConversationTranslator.PropertyCollectionMeeting. getProperties()The collection of properties and their values defined for this meeting.PropertyCollectionMeetingTranscriber. getProperties()The collection of properties and their values defined for this MeetingTranscriber.PropertyCollectionParticipant. getProperties()Gets the properties for participant. -
Uses of PropertyCollection in com.microsoft.cognitiveservices.speech.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return PropertyCollection Modifier and Type Method Description PropertyCollectionTranslationRecognizer. getProperties()The collection of properties and their values defined for this TranslationRecognizer.
-