89 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public Lcom/skt/voice/tyche/data/Result;
 | |
| .super Ljava/lang/Object;
 | |
| .source "Result.java"
 | |
| 
 | |
| 
 | |
| # instance fields
 | |
| .field private confidenceScore:Ljava/lang/Double;
 | |
|     .annotation runtime Lcom/google/gson/annotations/Expose;
 | |
|     .end annotation
 | |
| 
 | |
|     .annotation runtime Lcom/google/gson/annotations/SerializedName;
 | |
|         value = "confidence_score"
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| .field private text:Ljava/lang/String;
 | |
|     .annotation runtime Lcom/google/gson/annotations/Expose;
 | |
|     .end annotation
 | |
| 
 | |
|     .annotation runtime Lcom/google/gson/annotations/SerializedName;
 | |
|         value = "text"
 | |
|     .end annotation
 | |
| .end field
 | |
| 
 | |
| 
 | |
| # direct methods
 | |
| .method public constructor <init>()V
 | |
|     .locals 0
 | |
| 
 | |
|     .line 1
 | |
|     invoke-direct {p0}, Ljava/lang/Object;-><init>()V
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public getConfidenceScore()Ljava/lang/Double;
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Lcom/skt/voice/tyche/data/Result;->confidenceScore:Ljava/lang/Double;
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public getText()Ljava/lang/String;
 | |
|     .locals 1
 | |
| 
 | |
|     .line 1
 | |
|     iget-object v0, p0, Lcom/skt/voice/tyche/data/Result;->text:Ljava/lang/String;
 | |
| 
 | |
|     return-object v0
 | |
| .end method
 | |
| 
 | |
| .method public setConfidenceScore(Ljava/lang/Double;)V
 | |
|     .locals 0
 | |
|     .annotation system Ldalvik/annotation/MethodParameters;
 | |
|         accessFlags = {
 | |
|             0x0
 | |
|         }
 | |
|         names = {
 | |
|             "confidenceScore"
 | |
|         }
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     iput-object p1, p0, Lcom/skt/voice/tyche/data/Result;->confidenceScore:Ljava/lang/Double;
 | |
| 
 | |
|     return-void
 | |
| .end method
 | |
| 
 | |
| .method public setText(Ljava/lang/String;)V
 | |
|     .locals 0
 | |
|     .annotation system Ldalvik/annotation/MethodParameters;
 | |
|         accessFlags = {
 | |
|             0x0
 | |
|         }
 | |
|         names = {
 | |
|             "text"
 | |
|         }
 | |
|     .end annotation
 | |
| 
 | |
|     .line 1
 | |
|     iput-object p1, p0, Lcom/skt/voice/tyche/data/Result;->text:Ljava/lang/String;
 | |
| 
 | |
|     return-void
 | |
| .end method
 |