com.google.assistant.embedded.v1alpha2.SpeechRecognitionResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: embedded_assistant.proto
package com.google.assistant.embedded.v1alpha2;
public interface SpeechRecognitionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.assistant.embedded.v1alpha2.SpeechRecognitionResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* *Output-only* Transcript text representing the words that the user spoke.
*
*
* string transcript = 1;
* @return The transcript.
*/
java.lang.String getTranscript();
/**
*
* *Output-only* Transcript text representing the words that the user spoke.
*
*
* string transcript = 1;
* @return The bytes for transcript.
*/
com.google.protobuf.ByteString
getTranscriptBytes();
/**
*
* *Output-only* An estimate of the likelihood that the Assistant will not
* change its guess about this result. Values range from 0.0 (completely
* unstable) to 1.0 (completely stable and final). The default of 0.0 is a
* sentinel value indicating `stability` was not set.
*
*
* float stability = 2;
* @return The stability.
*/
float getStability();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy