Searched refs:GetTranscriptResponseAsync (Results 1 – 3 of 3) sorted by relevance
55 public GetTranscriptResponseAsync sendGetTranscriptRequest(GetTranscriptRequest request) { in sendGetTranscriptRequest()57 return new GetTranscriptResponseAsync(stub.getTranscript(request)); in sendGetTranscriptRequest()59 return new GetTranscriptResponseAsync(e.getStatus()); in sendGetTranscriptRequest()
26 public class GetTranscriptResponseAsync extends TranscriptionResponse { class30 public GetTranscriptResponseAsync(GetTranscriptResponse response) { in GetTranscriptResponseAsync() method in GetTranscriptResponseAsync36 public GetTranscriptResponseAsync(Status status) { in GetTranscriptResponseAsync() method in GetTranscriptResponseAsync
36 import com.android.voicemail.impl.transcribe.grpc.GetTranscriptResponseAsync;242 GetTranscriptResponseAsync response = client.sendGetTranscriptRequest(request); in pollForTranscription()