TranscripterResult.smali

.class public Lcom/iflytek/cloud/TranscripterResult;
.super Ljava/lang/Object;
.source "SourceFile"


# instance fields
.field protected mResult:Ljava/lang/String;


# direct methods
.method public constructor <init>(Ljava/lang/String;)V
    .registers 4

    .prologue
    .line 44
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    .line 34
    const/4 v0, 0x0

    iput-object v0, p0, Lcom/iflytek/cloud/TranscripterResult;->mResult:Ljava/lang/String;

    .line 46
    :try_start_6
    new-instance v0, Ljava/lang/String;

    invoke-direct {v0, p1}, Ljava/lang/String;-><init>(Ljava/lang/String;)V

    iput-object v0, p0, Lcom/iflytek/cloud/TranscripterResult;->mResult:Ljava/lang/String;
    :try_end_d
    .catch Ljava/lang/Exception; {:try_start_6 .. :try_end_d} :catch_e

    .line 51
    :goto_d
    return-void

    .line 47
    :catch_e
    move-exception v0

    .line 48
    const-string v1, "TranscripterResult exception:"

    invoke-static {v1}, Lcom/iflytek/cloud/msc/util/log/DebugLog;->LogE(Ljava/lang/String;)V

    .line 49
    invoke-static {v0}, Lcom/iflytek/cloud/msc/util/log/DebugLog;->LogE(Ljava/lang/Throwable;)V

    goto :goto_d
.end method


# virtual methods
.method public getResultString()Ljava/lang/String;
    .registers 2

    .prologue
    .line 61
    iget-object v0, p0, Lcom/iflytek/cloud/TranscripterResult;->mResult:Ljava/lang/String;

    return-object v0
.end method